Remove a non-working "fix" for now.
This commit is contained in:
+3
-2
@@ -920,11 +920,12 @@ void NoteField::DrawPrimitives()
|
|||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
case TapNote::hold_head:
|
//The following doesn't work yet.
|
||||||
|
/*case TapNote::hold_head:
|
||||||
{
|
{
|
||||||
if (tn.subType == TapNote::hold_head_roll)
|
if (tn.subType == TapNote::hold_head_roll)
|
||||||
continue; // skip
|
continue; // skip
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
// Don't draw hidden (fully judged) steps.
|
// Don't draw hidden (fully judged) steps.
|
||||||
|
|||||||
Reference in New Issue
Block a user