err, commit cumulative-FPS display

This commit is contained in:
Glenn Maynard
2003-01-14 21:58:01 +00:00
parent 1258b0c22f
commit 70e386192b
2 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ void GetGLExtensions(set<string> &ext)
RageDisplay::RageDisplay( bool windowed, int width, int height, int bpp, int rate, bool vsync )
{
// LOG->Trace( "RageDisplay::RageDisplay()" );
LOG->Trace( "RageDisplay::RageDisplay()" );
m_oglspecs = new oglspecs_t;
SDL_InitSubSystem(SDL_INIT_VIDEO);