David Catuhe 7 gadi atpakaļ
vecāks
revīzija
d506c8c20b

+ 1 - 1
src/Engine/babylon.engine.ts

@@ -539,7 +539,7 @@
         }
 
         public static get Version(): string {
-            return "3.2.0-alpha5";
+            return "3.2.0-alpha6";
         }
 
         // Updatable statics so stick with vars here

+ 1 - 3
src/Materials/Textures/babylon.videoTexture.ts

@@ -136,11 +136,9 @@
                 this._generateMipMaps,
                 this._samplingMode
             );
-            this._texture.width;
-
-            this._updateInternalTexture();
 
             this._texture.isReady = true;
+            this._updateInternalTexture();
         };
 
         private reset = (): void => {