This commit is contained in:
Glenn Maynard
2007-01-11 02:51:58 +00:00
parent 55195a502f
commit d561eecb17
+1 -1
View File
@@ -600,7 +600,7 @@ void NoteDisplay::DrawHold( const TapNote &tn, int iCol, int iRow, bool bIsBeing
const float fYHead = fStartYPos; // the center of the head
const float fYTail = fEndYPos; // the center the tail
const float fColorScale = tn.HoldResult.fLife + (1-tn.HoldResult.fLife)*cache->m_fHoldLetGoGrayPercent;
const float fColorScale = SCALE( tn.HoldResult.fLife, 0.0f, 1.0f, cache->m_fHoldLetGoGrayPercent, 1.0f );
bool bFlipHeadAndTail = bReverse && cache->m_bFlipHeadAndTailWhenReverse;