We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68fbbc0 commit 4872f09Copy full SHA for 4872f09
1 file changed
src/RageDisplay.cpp
@@ -955,7 +955,8 @@ void RageDisplay::FrameLimitBeforeVsync( int iFPS )
955
956
void RageDisplay::FrameLimitAfterVsync()
957
{
958
- if( g_fFrameLimitPercent.Get() == 0.0f && g_fFrameLimit.Get() == 0)
+ if( g_fFrameLimitPercent.Get() == 0 && g_fFrameLimit.Get() == 0 &&
959
+ g_fFrameLimitGameplay.Get() == 0)
960
return;
961
962
g_LastFrameEndedAt.Touch();
0 commit comments