Sfoglia il codice sorgente

Tiny check for nus

David Catuhe 7 anni fa
parent
commit
afad58f9bf
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/Mesh/babylon.transformNode.ts

+ 2 - 0
src/Mesh/babylon.transformNode.ts

@@ -887,6 +887,8 @@ module BABYLON {
                 } else {
                     this._updateNonUniformScalingState(false);
                 }
+            }else {
+                this._updateNonUniformScalingState(false);
             }
 
             this._afterComputeWorldMatrix();