mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-20 15:19:28 +02:00
Default Throttle FPS to disabled
This commit is contained in:
parent
d0489bf2a0
commit
7b11d02eb2
1 changed files with 1 additions and 1 deletions
|
@ -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()));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue