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
+7 -1
View File
@@ -914,9 +914,15 @@ 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;
}
case TapNote::hold_head:
{
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.
if( tn.result.bHidden ) if( tn.result.bHidden )