瀏覽代碼

Update babylon.physicsJoint.ts

Raanan Weber 7 年之前
父節點
當前提交
bbccbd6919
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Physics/babylon.physicsJoint.ts

+ 1 - 1
src/Physics/babylon.physicsJoint.ts

@@ -189,7 +189,7 @@ module BABYLON {
         length: number;
         length: number;
         stiffness: number;
         stiffness: number;
         damping: number;
         damping: number;
-        /* this callback will be called when applying the force to the impostors. */
+        /** this callback will be called when applying the force to the impostors. */
         forceApplicationCallback: () => void;
         forceApplicationCallback: () => void;
     }
     }
 }
 }