mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:23:36 +02:00
Fix VSync menu item on Windows
This commit is contained in:
parent
6378009992
commit
468433e70a
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ Menu::Menu() {
|
|||
#if defined(Q_OS_MAC)
|
||||
#else
|
||||
addCheckableActionToQMenuAndActionHash(renderOptionsMenu, MenuOption::RenderTargetFramerateVSyncOn, 0, true,
|
||||
qApp, SLOT(changeVSync()));
|
||||
qApp, SLOT(setVSyncEnabled()));
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue