Removed not needed SDL_WINDOW_SHOWN from iOS example programs.
See bug #1667.
This commit is contained in:
parent
188729834c
commit
588e67304c
6 changed files with 6 additions and 6 deletions
|
@ -172,7 +172,7 @@ main(int argc, char *argv[])
|
|||
|
||||
/* create main window and renderer */
|
||||
window = SDL_CreateWindow(NULL, 0, 0, SCREEN_WIDTH, SCREEN_HEIGHT,
|
||||
SDL_WINDOW_OPENGL | SDL_WINDOW_SHOWN |
|
||||
SDL_WINDOW_OPENGL |
|
||||
SDL_WINDOW_BORDERLESS);
|
||||
renderer = SDL_CreateRenderer(window, 0, 0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue