瀏覽代碼

fix linting

Nicholas Barlow 5 年之前
父節點
當前提交
148545d65e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Meshes/transformNode.ts

+ 1 - 1
src/Meshes/transformNode.ts

@@ -1177,7 +1177,7 @@ export class TransformNode extends Node {
         this.computeWorldMatrix();
         if (independentOfChildren) {
             let children = this.getChildren();
-            for(let i = 0; i < children.length; ++i){
+            for (let i = 0; i < children.length; ++i) {
                 let child = children[i] as TransformNode;
                 if (child) {
                     child.computeWorldMatrix();