Commit e6809cad authored by 范雪寒's avatar 范雪寒

fix: 没加载完成前不能加载新的

parent bfd985f2
......@@ -643,6 +643,10 @@ cc.Class({
},
loadBundle(conf, callback) {
const waitingLayer = cc.find("middleLayer/waitingLayer");
if (waitingLayer.active == true) {
return;
}
this.showWaitingLetters();
cc.assetManager.loadBundle(
conf.bondleUrl,
......
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