From bb924c21ad4101305dd62f79831341a31eb31e19 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Thu, 27 Mar 2025 11:53:21 +0800 Subject: [PATCH] cleanup --- src/control/collisions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/control/collisions.rs b/src/control/collisions.rs index 3586052..33615c2 100644 --- a/src/control/collisions.rs +++ b/src/control/collisions.rs @@ -120,7 +120,7 @@ pub fn kinematic_controller_collisions( // │ * | // *───────────────────* - let max_y_speed = -linear_velocity_xz * slope_angle.tan(); + let _max_y_speed = -linear_velocity_xz * slope_angle.tan(); // TODO: figure out why this is needed, without it we // cannot do these crate to crate jumps anymore which is intented.