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)
|
while (child)
|
||||||
{
|
{
|
||||||
std::string attriname = child->Name();
|
std::string attriname = child->Name();
|
||||||
if (attriname == "Children")
|
if (attriname == "Position")
|
||||||
{
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
else if (attriname == "Position")
|
|
||||||
{
|
{
|
||||||
attribute = child->FirstAttribute();
|
attribute = child->FirstAttribute();
|
||||||
|
|
||||||
|
|
|
@ -558,11 +558,7 @@ namespace cocostudio
|
||||||
while (child)
|
while (child)
|
||||||
{
|
{
|
||||||
std::string attriname = child->Name();
|
std::string attriname = child->Name();
|
||||||
if (attriname == "Children")
|
if (attriname == "Position")
|
||||||
{
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
else if (attriname == "Position")
|
|
||||||
{
|
{
|
||||||
attribute = child->FirstAttribute();
|
attribute = child->FirstAttribute();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue