Trevor Baron 6 년 전
부모
커밋
93f234efa0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
             }
         }