From 4ffbefdfc753770e56e23e471e2f5b9806bd114b Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Thu, 3 Jan 2013 16:54:11 -0500 Subject: Fixed freezing issue with selection screen --- libs/cocos2d/Platforms/iOS/CCDirectorIOS.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libs/cocos2d/Platforms/iOS/CCDirectorIOS.m') diff --git a/libs/cocos2d/Platforms/iOS/CCDirectorIOS.m b/libs/cocos2d/Platforms/iOS/CCDirectorIOS.m index c483665..aee3853 100755 --- a/libs/cocos2d/Platforms/iOS/CCDirectorIOS.m +++ b/libs/cocos2d/Platforms/iOS/CCDirectorIOS.m @@ -486,8 +486,7 @@ CGFloat __ccContentScaleFactor = 1; // uncomment this line to prevent 'freezing'. // It doesn't work on with the Fast Director // - // [[NSRunLoop currentRunLoop] addTimer:animationTimer - // forMode:NSRunLoopCommonModes]; + [[NSRunLoop currentRunLoop] addTimer:animationTimer forMode:NSRunLoopCommonModes]; } -(void) mainLoop -- cgit 1.4.1