mirror of https://github.com/axmolengine/axmol.git
issue #18, debug
This commit is contained in:
parent
33394ce4f7
commit
a161e4ed3e
|
@ -609,6 +609,7 @@ void CCNode::reorderChild(CCNode *child, int zOrder)
|
||||||
m_pChildren->removeObject(child);
|
m_pChildren->removeObject(child);
|
||||||
|
|
||||||
insertChild(child, zOrder);
|
insertChild(child, zOrder);
|
||||||
|
child->release();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CCNode::draw()
|
void CCNode::draw()
|
||||||
|
|
Loading…
Reference in New Issue