diff options
Diffstat (limited to 'src/dynamics/rigid_body_components.rs')
| -rw-r--r-- | src/dynamics/rigid_body_components.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dynamics/rigid_body_components.rs b/src/dynamics/rigid_body_components.rs index 4bfaa28..52072ea 100644 --- a/src/dynamics/rigid_body_components.rs +++ b/src/dynamics/rigid_body_components.rs @@ -639,9 +639,9 @@ pub struct RigidBodyForces { /// Gravity is multiplied by this scaling factor before it's /// applied to this rigid-body. pub gravity_scale: Real, - // Forces applied by the user. + /// Forces applied by the user. pub user_force: Vector<Real>, - // Torque applied by the user. + /// Torque applied by the user. pub user_torque: AngVector<Real>, } |
