Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed black screen on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 18, 2013
1 parent e81108d commit c412bae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/uikit/SDL_uikitwindow.m
Expand Up @@ -91,7 +91,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
Expand Down

0 comments on commit c412bae

Please sign in to comment.