mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-20 22:16:49 +01:00
Fixed compile warning
This commit is contained in:
parent
9b879a08aa
commit
55a2a12ddf
@ -151,7 +151,6 @@ UIKit_ShowMessageBoxAlertView(const SDL_MessageBoxData *messageboxdata, int *but
|
|||||||
#if __IPHONE_OS_VERSION_MIN_REQUIRED < 80000
|
#if __IPHONE_OS_VERSION_MIN_REQUIRED < 80000
|
||||||
int i;
|
int i;
|
||||||
int clickedindex = messageboxdata->numbuttons;
|
int clickedindex = messageboxdata->numbuttons;
|
||||||
const SDL_MessageBoxButtonData *buttons = messageboxdata->buttons;
|
|
||||||
UIAlertView *alert = [[UIAlertView alloc] init];
|
UIAlertView *alert = [[UIAlertView alloc] init];
|
||||||
SDLAlertViewDelegate *delegate = [[SDLAlertViewDelegate alloc] init];
|
SDLAlertViewDelegate *delegate = [[SDLAlertViewDelegate alloc] init];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user