cocoaTouch/SDLOverrides/SDL_uikitappdelegate.m
changeset 3199 1a9938a27677
parent 3122 e005359efc59
child 3250 d5cd1a617123
--- a/cocoaTouch/SDLOverrides/SDL_uikitappdelegate.m	Tue Mar 30 23:20:07 2010 +0000
+++ b/cocoaTouch/SDLOverrides/SDL_uikitappdelegate.m	Tue Mar 30 23:29:30 2010 +0000
@@ -103,7 +103,7 @@
 // override the direct execution of SDL_main to allow us to implement the frontend (even using a nib)
 -(void) applicationDidFinishLaunching:(UIApplication *)application {
 	//[application setStatusBarHidden:YES animated:NO];
-    [application setStatusBarHidden:YES withAnimation:NO];
+    //[application setStatusBarHidden:YES withAnimation:NO];
     [application setStatusBarOrientation:UIInterfaceOrientationLandscapeRight animated:NO];  
 		
 	self.uiwindow = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];