This commit is contained in:
Glenn Maynard
2005-01-03 21:02:19 +00:00
parent a1899a5db4
commit a16205bf63
+1 -1
View File
@@ -1514,7 +1514,7 @@ void ScreenGameplay::Update( float fDeltaTime )
if ( m_fLastBPS != GAMESTATE->m_fCurBPS )
{
m_fLastBPS = GAMESTATE->m_fCurBPS;
m_BPMDisplay.SetBPM( GAMESTATE->m_fCurBPS * 60.0 );
m_BPMDisplay.SetBPM( GAMESTATE->m_fCurBPS * 60.0f );
}
//