aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2020-08-24 20:03:24 +0200
committerArisotura <thetotalworm@gmail.com>2020-08-24 20:03:24 +0200
commit3685edeef2c3e73a8ebdd4ac0c473a8c570e563b (patch)
treef66f31d57f8d139e51a77a417aab608ff261300e /src
parent39af95e8696d640802fe5fb7312e01de42097d43 (diff)
make GL display also not default
Diffstat (limited to 'src')
-rw-r--r--src/frontend/qt_sdl/PlatformConfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/qt_sdl/PlatformConfig.cpp b/src/frontend/qt_sdl/PlatformConfig.cpp
index 990bf09..4468d0e 100644
--- a/src/frontend/qt_sdl/PlatformConfig.cpp
+++ b/src/frontend/qt_sdl/PlatformConfig.cpp
@@ -135,7 +135,7 @@ ConfigEntry PlatformConfigFile[] =
{"IntegerScaling", 0, &IntegerScaling, 0, NULL, 0},
{"ScreenFilter", 0, &ScreenFilter, 1, NULL, 0},
- {"ScreenUseGL", 0, &ScreenUseGL, 1, NULL, 0},
+ {"ScreenUseGL", 0, &ScreenUseGL, 0, NULL, 0},
{"ScreenVSync", 0, &ScreenVSync, 0, NULL, 0},
{"ScreenVSyncInterval", 0, &ScreenVSyncInterval, 1, NULL, 0},