View on GitHub

MeiYuchen's blog on Git

I am a coder in China, skilled in C language, JavaScript, HTML, CSS, cocos2d-x...

Home git c cocos2dx js common

invalid native object

If you meet this error, you can check if the node is removed from the draw tree, C++ will release the memory when the node is not in the draw tree, but js will not release the memory, if the node is save by a attr of a node in the draw tree.

comments powered by Disqus