(已解决)setNotificationNode(NULL) 不让销毁?

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

:12:
来人:6:

你有没函数名叫onExit()?

已经重载了。但是会不让销毁。:9:

重载了调用父类的OnExit了么

:7: 重载了

:9:求解决办法 :5:

我问的是 重载里调用父类的onExit了吗

调用 了。。。

:7: 我知道 那里错了。。。

我用ReplaceScene 以为他会自动 调用 onExit. 然后我再调用 setNotificationNode(NULL) 就行了 其实不是。。。。
还是要自己手动 调用 onexit再调用 setNotificationNode(NULL)。。。。= =