project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m
changeset 3629 86212d2b116a
parent 3628 2b4d878ba565
child 3650 ec90e573f47a
--- a/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m	Wed Jul 07 03:16:12 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m	Thu Jul 08 02:23:10 2010 +0200
@@ -100,7 +100,9 @@
     // bring the uiwindow below in front
     //UIWindow *aWin = [[[UIApplication sharedApplication] windows] objectAtIndex:0];
     //[aWin makeKeyAndVisible];
-    //DLog(@"%@",[[UIApplication sharedApplication] windows]);
+    
+    // notice that in the simulator this reports 2 windows
+    DLog(@"%@",[[UIApplication sharedApplication] windows]);
     
     [UIView beginAnimations:@"inserting main controller" context:NULL];
     [UIView setAnimationDuration:1];