We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
ActionObject never unschedule simulationActionUpdate
ActionObject never unschedule simulationActionUpdate
Bug #3696 [Closed]
Redmine issue system is closed, we are using github issue system instead.
This issue was moved to https://github.com/cocos2d/cocos2d-x/issues/8311
Status: | Closed | |
---|---|---|
Start date: | 2014-01-14 | |
Priority: | Low | |
Due date: | ||
Assignee: | - | |
% Done: | 0% |
|
Category: | android | |
Target version: | - |
in ActionObject::play(),_pScheduler schedule simulationActionUpdate to run forever, although ‘_loop’ is checked, in fact simulationActionUpdate is scheduled the same way.
in ActionObject::simulationActionUpdate, ‘isEnd’ is checked but nothing related to unschedule simulationActionUpdate is executed.