mirror of https://github.com/axmolengine/axmol.git
commit
0e7c096201
|
@ -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