mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Default to VSync being enabled
This commit is contained in:
parent
1c34dc2533
commit
8ebf8a21e4
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ ScreenSettings::ScreenSettings(void)
|
|||
windowWidth = 320;
|
||||
windowHeight = 240;
|
||||
fullscreen = false;
|
||||
useVsync = false;
|
||||
useVsync = true; // Now that uncapped is the default...
|
||||
stretch = 0;
|
||||
linearFilter = false;
|
||||
badSignal = false;
|
||||
|
|
Loading…
Reference in a new issue