diff options
author | Arisotura <thetotalworm@gmail.com> | 2020-08-24 20:03:24 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2020-08-24 20:03:24 +0200 |
commit | 3685edeef2c3e73a8ebdd4ac0c473a8c570e563b (patch) | |
tree | f66f31d57f8d139e51a77a417aab608ff261300e /src | |
parent | 39af95e8696d640802fe5fb7312e01de42097d43 (diff) |
make GL display also not default
Diffstat (limited to 'src')
-rw-r--r-- | src/frontend/qt_sdl/PlatformConfig.cpp | 2 |
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}, |