mirror of https://github.com/axmolengine/axmol.git
fix default value of studio version
This commit is contained in:
parent
b317588e6e
commit
2476722137
|
@ -110,7 +110,7 @@ public:
|
||||||
ActionObject* stopActionByName(const char* jsonName,const char* actionName);
|
ActionObject* stopActionByName(const char* jsonName,const char* actionName);
|
||||||
|
|
||||||
/*init properties with json dictionary*/
|
/*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);
|
void initWithBinary(const char* file, Ref* root, CocoLoader* cocoLoader, stExpCocoNode* pCocoNode);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue