From 52f7de809d619650f56e9b0a3ec44047b4f7dc8b Mon Sep 17 00:00:00 2001 From: Quaternions Date: Thu, 16 Jan 2025 00:09:56 -0800 Subject: [PATCH] rename variable --- strafe-client/src/session.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strafe-client/src/session.rs b/strafe-client/src/session.rs index 137adbb..ec3a3ae 100644 --- a/strafe-client/src/session.rs +++ b/strafe-client/src/session.rs @@ -208,8 +208,8 @@ impl InstructionConsumer> for Session{ run_mouse_interpolator_instruction!(MouseInterpolatorInstruction::Misc(MiscInstruction::SetSensitivity(self.user_settings().calculate_sensitivity()))); run_mouse_interpolator_instruction!(MouseInterpolatorInstruction::Mode(ModeInstruction::Spawn(mode_id,spawn_id))); }, - Instruction::Input(SessionInputInstruction::Misc(other_other_instruction))=>{ - run_mouse_interpolator_instruction!(MouseInterpolatorInstruction::Misc(other_other_instruction)); + Instruction::Input(SessionInputInstruction::Misc(misc_instruction))=>{ + run_mouse_interpolator_instruction!(MouseInterpolatorInstruction::Misc(misc_instruction)); }, Instruction::Control(SessionControlInstruction::SetPaused(paused))=>{ // don't flush the buffered instructions in the mouse interpolator