From 136559f9a68674b069171c1b7ccd3ee0403c0526 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 24 Jul 2006 18:53:54 +0000 Subject: [PATCH] comment belonged in a commit message, not a comment --- stepmania/src/RageDisplay_OGL.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/src/RageDisplay_OGL.cpp b/stepmania/src/RageDisplay_OGL.cpp index 7f89229bec..c34e0d02b8 100644 --- a/stepmania/src/RageDisplay_OGL.cpp +++ b/stepmania/src/RageDisplay_OGL.cpp @@ -634,9 +634,6 @@ bool RageDisplay_OGL::BeginFrame() void RageDisplay_OGL::EndFrame() { - // glFlush(), not glFinish(); NVIDIA_GLX's glFinish()'s behavior is - // nowhere near performance-friendly and uses unholy amounts of CPU for - // Gog-knows-what. glFlush(); FrameLimitBeforeVsync( g_pWind->GetActualVideoModeParams().rate );