diff --git a/cocos/editor-support/cocostudio/CCActionManagerEx.cpp b/cocos/editor-support/cocostudio/CCActionManagerEx.cpp index d805005bea..5369ddbc0e 100644 --- a/cocos/editor-support/cocostudio/CCActionManagerEx.cpp +++ b/cocos/editor-support/cocostudio/CCActionManagerEx.cpp @@ -103,7 +103,7 @@ void ActionManagerEx::initWithDictionary(const char* jsonName,const rapidjson::V ActionObject* action = new (std::nothrow) ActionObject(); action->autorelease(); - action->initWithBinary(cocoLoader, actionNode->GetChildArray(cocoLoader), root); + action->initWithBinary(cocoLoader, &actionNode->GetChildArray(cocoLoader)[i], root); actionList.pushBack(action); }