axmol/tests/cpp-tests/Classes/SchedulerTest
j-jorge 67d16bee98 Prevent unexpected calls to unscheduled selector in long updates. (#17431)
If the delta time dt passed to cocos2d::Timer::update(float) is longer than the
interval of the timer, then the timer will be triggered several times even if
the selector is unscheduled during the call.

This commit adds a flag in cocos2d::Timer stop the update loop if the selector
has been unscheduled.
2017-03-07 11:16:30 +08:00
..
SchedulerTest.cpp Prevent unexpected calls to unscheduled selector in long updates. (#17431) 2017-03-07 11:16:30 +08:00
SchedulerTest.h Prevent unexpected calls to unscheduled selector in long updates. (#17431) 2017-03-07 11:16:30 +08:00