Trevor Baron %!s(int64=6) %!d(string=hai) anos
pai
achega
93f234efa0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Physics/Plugins/babylon.ammoJSPlugin.ts

+ 1 - 1
src/Physics/Plugins/babylon.ammoJSPlugin.ts

@@ -323,7 +323,7 @@ module BABYLON {
          * @param impostorJoint the imposter joint to remove the joint from
          */
         public removeJoint(impostorJoint: PhysicsImpostorJoint) {
-            if(this.world){
+            if (this.world) {
                 this.world.removeConstraint(impostorJoint.joint.physicsJoint);
             }
         }