project_files/HedgewarsMobile/Classes/HedgewarsAppDelegate.m
branchios-revival
changeset 11105 379226b854ae
parent 11097 fd536d99a760
child 11114 6a0bd9c6cc82
--- a/project_files/HedgewarsMobile/Classes/HedgewarsAppDelegate.m	Mon Aug 10 22:48:02 2015 +0200
+++ b/project_files/HedgewarsMobile/Classes/HedgewarsAppDelegate.m	Mon Aug 10 22:49:52 2015 +0200
@@ -51,7 +51,7 @@
 
 // override the direct execution of SDL_main to allow us to implement our own frontend
 -(void) postFinishLaunch {
-    [super postFinishLaunch];
+    [self performSelector:@selector(hideLaunchScreen) withObject:nil afterDelay:0.0];
     
     [[UIApplication sharedApplication] setStatusBarHidden:YES];