- Fix for launching with SDL ios-revival
authorantonc27 <antonc27@mail.ru>
Sat, 08 Aug 2015 23:01:02 +0200
branchios-revival
changeset 11097 fd536d99a760
parent 11096 1742f5b020f3
child 11098 0032a00d915b
- Fix for launching with SDL Note: Worked actually, but this is not in guidelines of SDL...
project_files/HedgewarsMobile/Classes/HedgewarsAppDelegate.m
--- a/project_files/HedgewarsMobile/Classes/HedgewarsAppDelegate.m	Sat Aug 08 22:55:02 2015 +0200
+++ b/project_files/HedgewarsMobile/Classes/HedgewarsAppDelegate.m	Sat Aug 08 23:01:02 2015 +0200
@@ -51,6 +51,8 @@
 
 // override the direct execution of SDL_main to allow us to implement our own frontend
 -(void) postFinishLaunch {
+    [super postFinishLaunch];
+    
     [[UIApplication sharedApplication] setStatusBarHidden:YES];
 
     self.uiwindow = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];