Temp fix for overlapping arrows.
I think roll heads are now borked with this. Feel free to revert if this causes more problems.
This commit is contained in:
+8
-2
@@ -914,8 +914,14 @@ void NoteField::DrawPrimitives()
|
|||||||
switch( tn.type )
|
switch( tn.type )
|
||||||
{
|
{
|
||||||
case TapNote::empty: // no note here
|
case TapNote::empty: // no note here
|
||||||
//case TapNote::hold_head:
|
{
|
||||||
continue; // skip
|
continue;
|
||||||
|
}
|
||||||
|
case TapNote::hold_head:
|
||||||
|
{
|
||||||
|
if (tn.subType == TapNote::hold_head_roll)
|
||||||
|
continue; // skip
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Don't draw hidden (fully judged) steps.
|
// Don't draw hidden (fully judged) steps.
|
||||||
|
|||||||
Reference in New Issue
Block a user