We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b9385 commit 975dff5Copy full SHA for 975dff5
cocos2d/Platforms/iOS/CCAppDelegate.m
@@ -291,8 +291,9 @@ -(void) applicationDidEnterBackground:(UIApplication*)application
291
292
-(void) applicationWillEnterForeground:(UIApplication*)application
293
{
294
- if([CCDirector sharedDirector].animating == NO)
+ if([CCDirector sharedDirector].animating == NO) {
295
[[CCDirector sharedDirector] startAnimation];
296
+ }
297
}
298
299
// application will be killed
0 commit comments