Default Throttle FPS to disabled

This commit is contained in:
David Rowe 2015-07-18 14:16:10 -07:00
parent d0489bf2a0
commit 7b11d02eb2

View file

@ -373,7 +373,7 @@ Menu::Menu() {
addCheckableActionToQMenuAndActionHash(renderOptionsMenu, MenuOption::RenderTargetFramerateVSyncOn, 0, true,
qApp, SLOT(setVSyncEnabled()));
#endif
addCheckableActionToQMenuAndActionHash(renderOptionsMenu, MenuOption::ThrottleFPSIfNotFocus, 0, true,
addCheckableActionToQMenuAndActionHash(renderOptionsMenu, MenuOption::ThrottleFPSIfNotFocus, 0, false,
qApp, SLOT(setThrottleFPSEnabled()));
}