Commit ab9a51ed authored by limingzhe's avatar limingzhe

fix: debug

parent 9a366c38
...@@ -702,8 +702,8 @@ export default class middleLayer extends cc.Component { ...@@ -702,8 +702,8 @@ export default class middleLayer extends cc.Component {
cc.audioEngine.stopAll(); cc.audioEngine.stopAll();
this.getDragonDisplayAssetList(cc.find('Canvas')); this.getDragonDisplayAssetList(cc.find('Canvas'));
this.getSpriteAssetList(cc.find('Canvas'));
this.clearPrefabs(cc.find('Canvas')); this.clearPrefabs(cc.find('Canvas'));
// this.getSpriteAssetList(cc.find('Canvas'));
const scene = cc.director.getScene(); const scene = cc.director.getScene();
...@@ -720,6 +720,7 @@ export default class middleLayer extends cc.Component { ...@@ -720,6 +720,7 @@ export default class middleLayer extends cc.Component {
// destroyer.parent = cc.find('Canvas'); // destroyer.parent = cc.find('Canvas');
// destroyer.active = true; // destroyer.active = true;
this.clearDragonDisplayAssetList(); this.clearDragonDisplayAssetList();
if (this.curBundle) { if (this.curBundle) {
......
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