Assert failed: Node still marked as running on node destruction! Was base class onExit() called in derived class onExit() implementations?
难道不让销毁?

来人
你有没函数名叫onExit()?
已经重载了。但是会不让销毁。
重载了调用父类的OnExit了么
重载了
求解决办法 
我问的是 重载里调用父类的onExit了吗
调用 了。。。
我知道 那里错了。。。
我用ReplaceScene 以为他会自动 调用 onExit. 然后我再调用 setNotificationNode(NULL) 就行了 其实不是。。。。
还是要自己手动 调用 onexit再调用 setNotificationNode(NULL)。。。。= =