From aebf23488899effe81c5159207d0a10997c5a6cd Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Fri, 8 Oct 2010 20:15:41 -0400 Subject: [PATCH] Temp fix for overlapping arrows. I think roll heads are now borked with this. Feel free to revert if this causes more problems. --- src/NoteField.cpp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/NoteField.cpp b/src/NoteField.cpp index 9db814abbe..65c6c2b6ec 100644 --- a/src/NoteField.cpp +++ b/src/NoteField.cpp @@ -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.