mirror of https://github.com/axmolengine/axmol.git
fix play
This commit is contained in:
parent
490b33405d
commit
70eef1f660
|
@ -96,6 +96,7 @@ void ActionTimeline::play(std::string name, bool loop)
|
|||
if(_indexes.find(name) == _indexes.end())
|
||||
{
|
||||
CCLOG("Cann't find action indexes for %s.", name.c_str());
|
||||
return;
|
||||
}
|
||||
|
||||
ActionIndexes& indexes = _indexes[name];
|
||||
|
|
Loading…
Reference in New Issue