diff --git a/strafe-client/src/mouse_interpolator.rs b/strafe-client/src/mouse_interpolator.rs index 6998b10..4e38ca0 100644 --- a/strafe-client/src/mouse_interpolator.rs +++ b/strafe-client/src/mouse_interpolator.rs @@ -215,7 +215,7 @@ impl MouseInterpolator{ // and it's just here to say that the mouse isn't moving anyways. time:mouse_state.time, instruction:PhysicsInputInstruction::Mouse( - MouseInstruction::SetNextMouse(MouseState{pos:mouse_state.pos,time:mouse_state.time}) + MouseInstruction::SetNextMouse(mouse_state) ), }),BufferState::Unbuffered) },