Prechádzať zdrojové kódy

Update babylon.physicsJoint.ts

Raanan Weber 7 rokov pred
rodič
commit
bbccbd6919
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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;
     }
 }