@@ -32618,7 +32618,7 @@ var BABYLON;
scene.getEngine().onBeforeTextureInitObservable.notifyObservers(_this);
var load = function () {
if (_this._texture && _this._texture._invertVScale) {
- _this.vScale *= -1;
+ _this.vScale = -1;
}
if (_this.onLoadObservable.hasObservers()) {
_this.onLoadObservable.notifyObservers(_this);
@@ -32585,7 +32585,7 @@ var BABYLON;