mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
sdl2: default to fullscreen mode.
This commit is contained in:
parent
80335136e3
commit
6d837e2083
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user