cocoaTouch/MainMenuViewController.m
changeset 3317 198ec44b6d92
parent 3315 4e2813713358
child 3321 988e39ef3c20
--- a/cocoaTouch/MainMenuViewController.m	Wed Apr 07 01:22:05 2010 +0000
+++ b/cocoaTouch/MainMenuViewController.m	Wed Apr 07 02:58:12 2010 +0000
@@ -151,9 +151,8 @@
 	[UIView setAnimationDuration:1];
 	self.view.alpha = 0;
 	[UIView commitAnimations];
-    
     [self retain];
-    [self.view removeFromSuperview];
+    //[self.view removeFromSuperview];
 }
 
 // this is a silly way to hide the sdl contex that remained active