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