Add missing comment.

This commit is contained in:
Crozet Sébastien
2020-10-27 10:54:07 +01:00
parent b5a1aaa4e5
commit 49779e6c75
2 changed files with 2 additions and 1 deletions

View File

@@ -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,
}