Don't draw hold above receptors if being held. Fixes hold notes flying through receptor if holding during a stop.

This commit is contained in:
Chris Danford
2004-01-01 02:14:01 +00:00
parent 7fa80e5530
commit 70f9216c87
3 changed files with 52 additions and 47 deletions
+1 -1
View File
@@ -552,7 +552,7 @@ void NoteField::DrawPrimitives()
NoteDisplayCols *nd = CurDisplay->second;
nd->display[c].DrawHold( hn, bIsHoldingNote, fLife, bIsInSelectionRange ? fSelectedRangeGlow : m_fPercentFadeToFail, false, m_fYReverseOffsetPixels );
nd->display[c].DrawHold( hn, bIsHoldingNote, bIsActive, fLife, bIsInSelectionRange ? fSelectedRangeGlow : m_fPercentFadeToFail, false, m_fYReverseOffsetPixels );
}