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:
parent
1c34dc2533
commit
8ebf8a21e4
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ ScreenSettings::ScreenSettings(void)
|
||||||
windowWidth = 320;
|
windowWidth = 320;
|
||||||
windowHeight = 240;
|
windowHeight = 240;
|
||||||
fullscreen = false;
|
fullscreen = false;
|
||||||
useVsync = false;
|
useVsync = true; // Now that uncapped is the default...
|
||||||
stretch = 0;
|
stretch = 0;
|
||||||
linearFilter = false;
|
linearFilter = false;
|
||||||
badSignal = false;
|
badSignal = false;
|
||||||
|
|
Loading…
Reference in a new issue