diff options
author | Starla Insigna <starla4444@gmail.com> | 2013-01-03 16:54:11 -0500 |
---|---|---|
committer | Starla Insigna <starla4444@gmail.com> | 2013-01-03 16:54:11 -0500 |
commit | 4ffbefdfc753770e56e23e471e2f5b9806bd114b (patch) | |
tree | bd24ba5a58fe6be134c7850abd8fffb5279e4308 /libs/cocos2d/Platforms | |
parent | ba19dd3f2517a95e09dcfe288a781c6f335b5e81 (diff) | |
download | cartcollect-4ffbefdfc753770e56e23e471e2f5b9806bd114b.tar.gz cartcollect-4ffbefdfc753770e56e23e471e2f5b9806bd114b.tar.bz2 cartcollect-4ffbefdfc753770e56e23e471e2f5b9806bd114b.zip |
Fixed freezing issue with selection screen
Diffstat (limited to 'libs/cocos2d/Platforms')
-rwxr-xr-x | libs/cocos2d/Platforms/iOS/CCDirectorIOS.m | 3 |
1 files changed, 1 insertions, 2 deletions
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; | |||
486 | // uncomment this line to prevent 'freezing'. | 486 | // uncomment this line to prevent 'freezing'. |
487 | // It doesn't work on with the Fast Director | 487 | // It doesn't work on with the Fast Director |
488 | // | 488 | // |
489 | // [[NSRunLoop currentRunLoop] addTimer:animationTimer | 489 | [[NSRunLoop currentRunLoop] addTimer:animationTimer forMode:NSRunLoopCommonModes]; |
490 | // forMode:NSRunLoopCommonModes]; | ||
491 | } | 490 | } |
492 | 491 | ||
493 | -(void) mainLoop | 492 | -(void) mainLoop |