From 063f23e62e70aa2a786bc948fec9db450b7523f8 Mon Sep 17 00:00:00 2001 From: Jan Tennert Date: Tue, 24 Sep 2024 22:23:08 +0200 Subject: [PATCH] add todo --- src/simulation/components/body.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulation/components/body.rs b/src/simulation/components/body.rs index 5d5796f..89c4a4a 100644 --- a/src/simulation/components/body.rs +++ b/src/simulation/components/body.rs @@ -84,7 +84,7 @@ pub struct SimPosition(pub DVec3); #[derive(Component, Reflect, Clone, Default)] pub struct Diameter { - //note this is scaled in units + //note this is scaled in units TODO: fix this pub num: f32, pub applied: bool, pub aabb: Option