closed #5392: add comment for unscheduleUpdate() at schedulePerFrame()

This commit is contained in:
boyu0 2014-05-29 15:16:11 +08:00
parent 91db87a2f6
commit 5e62c4e069
1 changed files with 1 additions and 0 deletions

View File

@ -477,6 +477,7 @@ void Scheduler::schedulePerFrame(const ccSchedulerFunc& callback, void *target,
}
else
{
// unschedule it and add it back later.
unscheduleUpdate(target);
}
}