Kaynağa Gözat

Merge branch 'master' of https://github.com/BabylonJS/Babylon.js

David Catuhe 6 yıl önce
ebeveyn
işleme
4f6d28b8da
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/Materials/Textures/babylon.texture.ts

+ 1 - 1
src/Materials/Textures/babylon.texture.ts

@@ -255,7 +255,7 @@ module BABYLON {
 
             let load = () => {
                 if (this._texture && this._texture._invertVScale) {
-                    this.vScale *= -1;
+                    this.vScale = -1;
                 }
                 if (this.onLoadObservable.hasObservers()) {
                     this.onLoadObservable.notifyObservers(this);