mirror of https://github.com/axmolengine/axmol.git
Remove EVENT_COME_TO_BACKGROUND notification.
This commit is contained in:
parent
d83ed86739
commit
4152850592
|
@ -158,9 +158,7 @@ CCOspApplication::OnBackground(void)
|
|||
timer->Cancel();
|
||||
}
|
||||
|
||||
CCApplication::sharedApplication()->applicationDidEnterBackground();
|
||||
|
||||
CCNotificationCenter::sharedNotificationCenter()->postNotification(EVENT_COME_TO_BACKGROUND, NULL);
|
||||
CCApplication::sharedApplication()->applicationDidEnterBackground();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in New Issue