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:
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user