Nicholas Barlow %!s(int64=5) %!d(string=hai) anos
pai
achega
148545d65e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();