aboutsummaryrefslogtreecommitdiff
path: root/src/geometry
diff options
context:
space:
mode:
Diffstat (limited to 'src/geometry')
-rw-r--r--src/geometry/collider.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/geometry/collider.rs b/src/geometry/collider.rs
index ad4f813..40b59ae 100644
--- a/src/geometry/collider.rs
+++ b/src/geometry/collider.rs
@@ -206,6 +206,7 @@ pub struct Collider {
pub(crate) contact_graph_index: ColliderGraphIndex,
pub(crate) proximity_graph_index: ColliderGraphIndex,
pub(crate) proxy_index: usize,
+ /// User-defined data associated to this rigid-body.
pub user_data: u128,
}