Skip to content

Commit

Permalink
Turn off resizable flag by default, you can always pass the --resize …
Browse files Browse the repository at this point in the history
…command line option if you need it.
  • Loading branch information
slouken committed Nov 11, 2013
1 parent 6ec3e69 commit 2b93fa0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/testsprite2.c
Expand Up @@ -248,8 +248,6 @@ main(int argc, char *argv[])
return 1;
}

state->window_flags |= SDL_WINDOW_RESIZABLE;

for (i = 1; i < argc;) {
int consumed;

Expand Down

0 comments on commit 2b93fa0

Please sign in to comment.