diff --git a/strafe-client/src/physics_worker.rs b/strafe-client/src/physics_worker.rs index 7744ffa..8f31f83 100644 --- a/strafe-client/src/physics_worker.rs +++ b/strafe-client/src/physics_worker.rs @@ -126,7 +126,7 @@ impl MouseInterpolator{ Instruction::Render=>self.push(ins.time,PhysicsInputInstruction::Idle), &Instruction::SetPaused(paused)=>{ if let Err(e)=self.timer.set_paused(ins.time,paused){ - println!("Cannot pause: {e}"); + println!("Cannot SetPaused: {e}"); } self.push(ins.time,PhysicsInputInstruction::Idle); },