mirror of https://github.com/axmolengine/axmol.git
call parent onExit method
This commit is contained in:
parent
a01b305b64
commit
9ef0544953
|
@ -1183,6 +1183,7 @@ void ScheduleUpdatePriority::onEnter()
|
|||
|
||||
void ScheduleUpdatePriority::onExit()
|
||||
{
|
||||
Node::onExit();
|
||||
unscheduleUpdate();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue