From 38bf8de04ad1d6da68adfc08103b986b6ac50e9a Mon Sep 17 00:00:00 2001 From: ghostlyzsh Date: Thu, 29 Jun 2023 21:06:54 -0500 Subject: [PATCH] lighter cargo --- server/src/timer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/timer.rs b/server/src/timer.rs index eee25555e8aea406d0089a129ada4e23a44988ab..2a4a8d0c4c54902ba6e1f5d720827c1cf9e3aaa1 100644 --- a/server/src/timer.rs +++ b/server/src/timer.rs @@ -133,7 +133,7 @@ pub async fn timer_main( let module_collider = ColliderBuilder::cuboid(18.75 / SCALE, 23.4375 / SCALE) .translation(vector![0.0, 1.5625 / SCALE]) - .mass_properties(MassProperties::new(point![0.0, 0.0], 0.0001, 0.005)) + .mass_properties(MassProperties::new(point![0.0, 0.0], 0.000075, 0.005)) .build(); let angle: f64 = { let mut rng = rand::thread_rng();