diff options
Diffstat (limited to 'src/dynamics/rigid_body.rs')
| -rw-r--r-- | src/dynamics/rigid_body.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dynamics/rigid_body.rs b/src/dynamics/rigid_body.rs index 97974d9..42e4f88 100644 --- a/src/dynamics/rigid_body.rs +++ b/src/dynamics/rigid_body.rs @@ -397,7 +397,7 @@ impl RigidBody { /// Sets the rigid-body's additional mass. /// /// The total angular inertia of the rigid-body will be scaled automatically based on this - /// additional mass. If this scaling effect isn’t desired, use [`Self::additional_mass_properties`] + /// additional mass. If this scaling effect isn’t desired, use [`Self::set_additional_mass_properties`] /// instead of this method. /// /// This is only the "additional" mass because the total mass of the rigid-body is |
