diff --git a/strafe-client/src/mouse_interpolator.rs b/strafe-client/src/mouse_interpolator.rs index 7105b50..d5fd15b 100644 --- a/strafe-client/src/mouse_interpolator.rs +++ b/strafe-client/src/mouse_interpolator.rs @@ -153,15 +153,8 @@ impl MouseInterpolator{ } } fn is_first_ready(&self)->bool{ - // if the last instruction is a ReplaceMouse instruction matches!(self.physics_timeline.back(),Some(TimedInstruction{ - instruction:PhysicsInputInstruction::Mouse(MouseInstruction::ReplaceMouse{..}), - .. - })) - // or if the last instruction is a SetNextMouse instruction - // and there is 2 or more instructions - ||1