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 );