소스 검색

Property isReady set too early

Popov72 5 년 전
부모
커밋
002460178c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      gui/src/2D/advancedDynamicTexture.ts

+ 0 - 1
gui/src/2D/advancedDynamicTexture.ts

@@ -357,7 +357,6 @@ export class AdvancedDynamicTexture extends DynamicTexture {
             this._resizeObserver = scene.getEngine().onResizeObservable.add(() => this._onResize());
             this._onResize();
         }
-        this._texture.isReady = true;
     }
     /**
     * Get the current class name of the texture useful for serialization or dynamic coding.