Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Sep 24, 2024
1 parent c646582 commit 063f23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation/components/body.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Aabb>
Expand Down

0 comments on commit 063f23e

Please sign in to comment.