From 49779e6c757285e91cf5b5daf123f00959408521 Mon Sep 17 00:00:00 2001 From: Crozet Sébastien Date: Tue, 27 Oct 2020 10:54:07 +0100 Subject: Add missing comment. --- src/dynamics/rigid_body.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dynamics') diff --git a/src/dynamics/rigid_body.rs b/src/dynamics/rigid_body.rs index f4d47ce..417ce34 100644 --- a/src/dynamics/rigid_body.rs +++ b/src/dynamics/rigid_body.rs @@ -54,7 +54,7 @@ pub struct RigidBody { pub(crate) active_set_timestamp: u32, /// The status of the body, governing how it is affected by external forces. pub body_status: BodyStatus, - /// User-defined associated to this rigid-body. + /// User-defined data associated to this rigid-body. pub user_data: u128, } -- cgit