mirror of https://github.com/axmolengine/axmol.git
Merge pull request #7258 from andyque/fixSchedulerTest
call parent onExit method
This commit is contained in:
commit
a24526fd53
|
@ -1183,6 +1183,7 @@ void ScheduleUpdatePriority::onEnter()
|
|||
|
||||
void ScheduleUpdatePriority::onExit()
|
||||
{
|
||||
Node::onExit();
|
||||
unscheduleUpdate();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue