use Get/SetTapNote. Stupid Printf Tricks.

This commit is contained in:
Glenn Maynard
2002-10-25 04:59:12 +00:00
parent ebe0fd55ce
commit c2cc2881f9
5 changed files with 33 additions and 34 deletions
+1 -2
View File
@@ -70,8 +70,7 @@ void ScoreDisplayNormal::Update( float fDeltaTime )
m_fScoreVelocity = 0;
}
CString sFormat = ssprintf( "%%%d.0f", NUM_SCORE_DIGITS );
SetText( ssprintf(sFormat, m_fTrailingScore) );
SetText( ssprintf("%*f", NUM_SCORE_DIGITS, m_fTrailingScore) );
}
}