This commit is contained in:
geron-cn 2014-12-25 17:45:14 +08:00
parent 490b33405d
commit 70eef1f660
1 changed files with 1 additions and 0 deletions

View File

@ -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];