diff --git a/stepmania/src/RageDisplay_OGL.cpp b/stepmania/src/RageDisplay_OGL.cpp index 83aeebf14f..97a946495d 100644 --- a/stepmania/src/RageDisplay_OGL.cpp +++ b/stepmania/src/RageDisplay_OGL.cpp @@ -680,8 +680,7 @@ void RageDisplay_OGL::EndFrame() FrameLimitBeforeVsync( g_pWind->GetActualVideoModeParams().rate ); g_pWind->SwapBuffers(); - if( iRefreshRate > 0 ) - FrameLimitAfterVsync(); + FrameLimitAfterVsync(); g_pWind->Update();