mirror of
https://github.com/yawut/SDL.git
synced 2026-04-26 00:57:36 -05:00
Fixed black screen on iOS
This commit is contained in:
parent
758423638b
commit
8974094e37
|
|
@ -95,7 +95,6 @@ static int SetupWindowData(_THIS, SDL_Window *window, UIWindow *uiwindow, SDL_bo
|
|||
|
||||
/* only one window on iOS, always shown */
|
||||
window->flags &= ~SDL_WINDOW_HIDDEN;
|
||||
window->flags |= SDL_WINDOW_SHOWN;
|
||||
|
||||
// SDL_WINDOW_BORDERLESS controls whether status bar is hidden.
|
||||
// This is only set if the window is on the main screen. Other screens
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user