BASE: Always set a default value for the vsync config key

This commit is contained in:
Cameron Cawley 2020-05-14 23:52:04 +01:00 committed by Paweł Kołodziejski
parent ce4f49966c
commit 65a09ee0fa
3 changed files with 1 additions and 2 deletions

View file

@ -62,7 +62,6 @@ OpenGLSdlGraphicsManager::OpenGLSdlGraphicsManager(SdlEventSource *eventSource,
_engineRequestedHeight(0) {
ConfMan.registerDefault("antialiasing", 0);
ConfMan.registerDefault("aspect_ratio", true);
ConfMan.registerDefault("vsync", true);
_sideTextures[0] = _sideTextures[1] = nullptr;