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