mirror of https://github.com/axmolengine/axmol.git
To set csd version for serializing.
This commit is contained in:
parent
c72c8e865d
commit
7515fc78f5
|
@ -175,6 +175,8 @@ std::string FlatBuffersSerialize::serializeFlatBuffersWithXMLFile(const std::str
|
|||
attribute = attribute->Next();
|
||||
if (attribute)
|
||||
_csdVersion = attribute->Value();
|
||||
|
||||
_csdVersion = "2.1.0.0";
|
||||
}
|
||||
|
||||
if (strcmp("Content", element->Name()) == 0)
|
||||
|
|
Loading…
Reference in New Issue