fix default value of studio version

This commit is contained in:
zilongshanren 2016-05-26 17:33:44 +08:00
parent b317588e6e
commit 2476722137
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ public:
ActionObject* stopActionByName(const char* jsonName,const char* actionName);
/*init properties with json dictionary*/
void initWithDictionary(const char* jsonName,const rapidjson::Value &dic, Ref* root, int version = 0);
void initWithDictionary(const char* jsonName,const rapidjson::Value &dic, Ref* root, int version = 1600);
void initWithBinary(const char* file, Ref* root, CocoLoader* cocoLoader, stExpCocoNode* pCocoNode);
/**