diff --git a/src/physics.rs b/src/physics.rs index 7f79614..1196f2c 100644 --- a/src/physics.rs +++ b/src/physics.rs @@ -1556,9 +1556,6 @@ fn atomic_input_instruction(state:&mut PhysicsState,data:&PhysicsData,ins:TimedI |PhysicsInputInstruction::SetMoveUp(..) |PhysicsInputInstruction::SetMoveDown(..) |PhysicsInputInstruction::SetJump(..)=>{ - //technically this could be refined further - //and only advance if you are moving relative to the contact - //but this is good enough for now match &state.move_state{ MoveState::Fly |MoveState::Water