看了一份flappy bird的代码,运行时发现,点击关闭按钮,就会出现Assert: Node still marked as running on node destruction! Was base class onExit() called in derived class onExit() implementations?。跟踪调试后发现是onExit()时出了问题。在自定义的Scene类中重载了onExit().Assert: Nod
看了一份flappy bird的代码,运行时发现,点击关闭按钮,就会出现Assert: Node still marked as running on node destruction! Was base class onExit() called in derived class onExit() implementations?。跟踪调试后发现是onExit()时出了问题。在自定义的Scene类中重载了onExit().Assert: Nod