mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-04 20:00:04 -04:00
sdl2: default to fullscreen mode.
This commit is contained in:
@@ -599,7 +599,7 @@ int opengl_Setup(oeApplication *app, int *width, int *height) {
|
||||
} // if
|
||||
SDL_SetEventFilter(d3SDLEventFilter, NULL);
|
||||
|
||||
bool fullscreen = false;
|
||||
bool fullscreen = true;
|
||||
|
||||
if (FindArgChar("-fullscreen", 'f')) {
|
||||
fullscreen = true;
|
||||
|
||||
Reference in New Issue
Block a user