1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-23 01:59:43 +01:00

Default to VSync being enabled

This commit is contained in:
Ethan Lee 2021-08-31 15:08:46 -04:00
parent 1c34dc2533
commit 8ebf8a21e4

View file

@ -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;