Turn off resizable flag by default, you can always pass the --resize command line option if you need it.

This commit is contained in:
Sam Lantinga 2013-11-11 02:00:58 -08:00
parent 6ec3e69045
commit 2b93fa0892
1 changed files with 0 additions and 2 deletions

View File

@ -248,8 +248,6 @@ main(int argc, char *argv[])
return 1;
}
state->window_flags |= SDL_WINDOW_RESIZABLE;
for (i = 1; i < argc;) {
int consumed;