Kaynağa Gözat

Tiny check for nus

David Catuhe 7 yıl önce
ebeveyn
işleme
afad58f9bf
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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();