فهرست منبع

Fix GUI validation test hanging

Popov72 4 سال پیش
والد
کامیت
24823264c0
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      gui/src/2D/advancedDynamicTexture.ts

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

@@ -359,6 +359,7 @@ 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.