Next on Fox: When Printfs ATTACK

This commit is contained in:
Glenn Maynard
2002-10-25 05:06:38 +00:00
parent 725fc98248
commit 512af1b8e5
+1 -1
View File
@@ -70,7 +70,7 @@ void ScoreDisplayNormal::Update( float fDeltaTime )
m_fScoreVelocity = 0;
}
SetText( ssprintf("%*f", NUM_SCORE_DIGITS, m_fTrailingScore) );
SetText( ssprintf("%*.0f", NUM_SCORE_DIGITS, m_fTrailingScore) );
}
}