Merge pull request #7258 from andyque/fixSchedulerTest

call parent onExit method
This commit is contained in:
minggo 2014-06-30 18:20:05 +08:00
commit a24526fd53
1 changed files with 1 additions and 0 deletions

View File

@ -1183,6 +1183,7 @@ void ScheduleUpdatePriority::onEnter()
void ScheduleUpdatePriority::onExit()
{
Node::onExit();
unscheduleUpdate();
}