зеркало из https://github.com/microsoft/cocos2d-x.git
Merge pull request #5551 from samuele3hu/bug_fix
fix:make TimerScriptHandler do nothing in the `cancel` function
This commit is contained in:
Коммит
6404623be5
|
@ -233,11 +233,7 @@ void TimerScriptHandler::trigger()
|
|||
|
||||
void TimerScriptHandler::cancel()
|
||||
{
|
||||
if (0 != _scriptHandler)
|
||||
{
|
||||
ScriptEngineManager::getInstance()->getScriptEngine()->removeScriptHandler(_scriptHandler);
|
||||
_scriptHandler = 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче