Removed custom code that fixed Game Center notifications non-display, in favor of an official fix (done via UIKit_ShowWindow).
This commit is contained in:
parent
29652a3e3d
commit
03f451e902
1 changed files with 0 additions and 3 deletions
|
@ -200,9 +200,6 @@ UIKit_CreateWindow(_THIS, SDL_Window *window)
|
||||||
[uiwindow setScreen:data->uiscreen];
|
[uiwindow setScreen:data->uiscreen];
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make sure the native window gets displayed.
|
|
||||||
[uiwindow makeKeyAndVisible];
|
|
||||||
|
|
||||||
if (SetupWindowData(_this, window, uiwindow, SDL_TRUE) < 0) {
|
if (SetupWindowData(_this, window, uiwindow, SDL_TRUE) < 0) {
|
||||||
[uiwindow release];
|
[uiwindow release];
|
||||||
return -1;
|
return -1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue