mirror of
https://github.com/encounter/SDL.git
synced 2025-12-11 14:41:56 +00:00
Turn off resizable flag by default, you can always pass the --resize command line option if you need it.
This commit is contained in:
@@ -248,8 +248,6 @@ main(int argc, char *argv[])
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
state->window_flags |= SDL_WINDOW_RESIZABLE;
|
|
||||||
|
|
||||||
for (i = 1; i < argc;) {
|
for (i = 1; i < argc;) {
|
||||||
int consumed;
|
int consumed;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user