Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Lurenyiabc/LayaAir
Browse files Browse the repository at this point in the history
  • Loading branch information
Lurenyiabc committed Feb 25, 2020
2 parents b8988b0 + cb579b6 commit f46bee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layaAir/laya/net/Loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ export class Loader extends EventDispatcher {
if (this._customParse) {
this.event(Event.LOADED, data instanceof Array ? [data] : data);
} else {
this._http.offAllCaller(this);
Loader._loaders.push(this);
if (!Loader._isWorking) Loader.checkNext();
}
Expand Down

0 comments on commit f46bee7

Please sign in to comment.