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:
Jason Felds
2010-10-08 20:15:41 -04:00
parent 1c9d37a7a4
commit aebf234888
+8 -2
View File
@@ -914,8 +914,14 @@ void NoteField::DrawPrimitives()
switch( tn.type )
{
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.