@@ -64737,6 +64737,9 @@ var BABYLON;
if (!_this._texture.isReady) {
_this._textureReady();
}
+ else {
+ _this._updateInternalTexture();
+ }
return;
if (!_this._engine.needPOTTextures ||
@@ -64704,6 +64704,9 @@ var BABYLON;
@@ -64825,6 +64825,9 @@ var BABYLON;
@@ -123,6 +123,9 @@
if (!this._texture.isReady) {
this._textureReady();
+ this._updateInternalTexture();