瀏覽代碼

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();