Commit 157c5e8c authored by liujiangnan's avatar liujiangnan

debug

parent 79977a85
...@@ -221,7 +221,9 @@ cc.Class({ ...@@ -221,7 +221,9 @@ cc.Class({
.call(() => { .call(() => {
exitBtn.active = false; exitBtn.active = false;
cc.game.removePersistRootNode(this.node); cc.game.removePersistRootNode(this.node);
console.log("======mid========");
this.freeAll(); this.freeAll();
console.log("======mid1========");
cc.director.loadScene("debug_shell", () => { cc.director.loadScene("debug_shell", () => {
}); });
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment