1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-26 06:28:30 +02:00

Default to VSync being enabled

This commit is contained in:
Ethan Lee 2021-08-31 15:08:46 -04:00
parent 48cddf57a6
commit 96812f8046

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;