ソースを参照

Tiny check for nus

David Catuhe 7 年 前
コミット
afad58f9bf
1 ファイル変更2 行追加0 行削除
  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();