mirror of https://github.com/axmolengine/axmol.git
Modify that serialize attribute "Children".
This commit is contained in:
parent
a8fcaf4f4f
commit
d1dcf3f620
|
@ -247,11 +247,7 @@ namespace cocostudio
|
|||
while (child)
|
||||
{
|
||||
std::string attriname = child->Name();
|
||||
if (attriname == "Children")
|
||||
{
|
||||
break;
|
||||
}
|
||||
else if (attriname == "Position")
|
||||
if (attriname == "Position")
|
||||
{
|
||||
attribute = child->FirstAttribute();
|
||||
|
||||
|
|
|
@ -558,11 +558,7 @@ namespace cocostudio
|
|||
while (child)
|
||||
{
|
||||
std::string attriname = child->Name();
|
||||
if (attriname == "Children")
|
||||
{
|
||||
break;
|
||||
}
|
||||
else if (attriname == "Position")
|
||||
if (attriname == "Position")
|
||||
{
|
||||
attribute = child->FirstAttribute();
|
||||
|
||||
|
|
Loading…
Reference in New Issue