Explorar o código

Update babylon.physicsJoint.ts

Raanan Weber %!s(int64=7) %!d(string=hai) anos
pai
achega
bbccbd6919
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Physics/babylon.physicsJoint.ts

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

@@ -189,7 +189,7 @@ module BABYLON {
         length: number;
         stiffness: 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;
     }
 }