diff --git a/src/physics.rs b/src/physics.rs index ddfefbf..f25add7 100644 --- a/src/physics.rs +++ b/src/physics.rs @@ -1650,15 +1650,14 @@ impl crate::instruction::InstructionConsumer for PhysicsStat } #[allow(dead_code)] -fn hit_the_ground(relative_body:Body){ +fn hit_the_ground(relative_body:Body,expected_collision_time:Option