cocosbuilder - Cocos2d-x: should all the added children be removed MANUALLY when deallocing a CCNode object -
the case have cclayer created cocosbuilder, , there children added either programmatically or using builder. not sure if children released correctly if not remove of them manually.
you not need remove them manually. each node removes children (empties children array) when deallocates.
Comments
Post a Comment