Commit 738eefc7 authored by liujiangnan's avatar liujiangnan

debug

parent 79127f07
...@@ -532,16 +532,7 @@ export default class NewClass extends middleLayerBase { ...@@ -532,16 +532,7 @@ export default class NewClass extends middleLayerBase {
cc.sys.garbageCollect(); cc.sys.garbageCollect();
setTimeout(() => { setTimeout(() => {
cc.sys.garbageCollect(); cc.sys.garbageCollect();
setTimeout(() => { this.showUI();
cc.sys.garbageCollect();
setTimeout(() => {
cc.sys.garbageCollect();
setTimeout(() => {
cc.sys.garbageCollect();
this.showUI();
}, 2000);
}, 2000);
}, 2000);
}, 2000); }, 2000);
} }
// const bd = cc.assetManager.getBundle(this.oldSceneName); // const bd = cc.assetManager.getBundle(this.oldSceneName);
......
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