issue #18, debug

This commit is contained in:
Walzer 2010-08-02 07:44:41 +00:00
parent 33394ce4f7
commit a161e4ed3e
1 changed files with 1 additions and 0 deletions

View File

@ -609,6 +609,7 @@ void CCNode::reorderChild(CCNode *child, int zOrder)
m_pChildren->removeObject(child);
insertChild(child, zOrder);
child->release();
}
void CCNode::draw()