This commit is contained in:
Glenn Maynard
2007-05-03 21:23:28 +00:00
parent bdee2b8c00
commit eb68ef9359
+1 -1
View File
@@ -50,7 +50,7 @@ void GradeDisplay::Update( float fDeltaTime )
m_fTimeLeftInScroll = max( 0, m_fTimeLeftInScroll );
float fPercentIntoScrolling;
if( m_bDoScrolling == 1)
if( m_bDoScrolling == 1 )
{
fPercentIntoScrolling = 1 - (m_fTimeLeftInScroll/SCROLL_TIME);
if( fPercentIntoScrolling < 0.75 )