From 6743af617e6cb9adfa29623dbb60e952cc7ca081 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 17 Jan 2006 01:44:47 +0000 Subject: [PATCH] try again --- stepmania/src/RageDisplay_OGL.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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();