浏览代码

set isLoading to false

Raanan Weber 7 年之前
父节点
当前提交
c203577d5f
共有 1 个文件被更改,包括 1 次插入0 次删除
  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);
                 }