Browse Source

set isLoading to false

Raanan Weber 7 năm trước cách đây
mục cha
commit
c203577d5f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/Tools/babylon.assetsManager.ts

+ 1 - 0
src/Tools/babylon.assetsManager.ts

@@ -934,6 +934,7 @@ module BABYLON {
             this._totalTasksCount = this._tasks.length;
 
             if (this._waitingTasksCount === 0) {
+                this._isLoading = false;
                 if (this.onFinish) {
                     this.onFinish(this._tasks);
                 }