finish draw stats

This commit is contained in:
Glenn Maynard
2002-11-11 20:43:30 +00:00
parent b13fe6e6b6
commit b037524db0
3 changed files with 16 additions and 7 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ void ScreenManager::Draw()
if( PREFSMAN && PREFSMAN->m_bShowStats )
{
m_textStats.SetText( "??? FPS" );
m_textStats.SetText( ssprintf("%i FPS\n%i VPF\n%i DPF", DISPLAY->GetFPS(), DISPLAY->GetVPF(), DISPLAY->GetDPF()) );
m_textStats.Draw();
}
for( int p=0; p<NUM_PLAYERS; p++ )