changeset 2699 | 249adefa9c1c |
parent 2698 | 90585aba87ad |
child 2701 | 3a8560c00f78 |
--- a/cocoaTouch/SDLOverrides/SDL_uikitappdelegate.m Sat Jan 16 17:30:37 2010 +0000 +++ b/cocoaTouch/SDLOverrides/SDL_uikitappdelegate.m Mon Jan 18 05:36:08 2010 +0000 @@ -91,7 +91,7 @@ [UIView beginAnimations:@"inserting main controller" context:NULL]; [UIView setAnimationDuration:1]; controller.view.alpha = 1; - [UIView commitAnimations]; + [UIView commitAnimations]; } // override the direct execution of SDL_main to allow us to implement the frontend (even using a nib)