This commit is contained in:
2025-03-27 11:53:21 +08:00
parent 5757789700
commit bb924c21ad

View File

@@ -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.