diff --git a/strafe-client/src/window.rs b/strafe-client/src/window.rs index 224b71a..277f148 100644 --- a/strafe-client/src/window.rs +++ b/strafe-client/src/window.rs @@ -134,9 +134,6 @@ impl WindowContext<'_>{ Err(e)=>println!("Could not set cursor position: {:?}",e), } } - //do not step the physics because the mouse polling rate is higher than the physics can run. - //essentially the previous input will be overwritten until a true step runs - //which is fine because they run all the time. self.mouse_pos+=glam::dvec2(delta.0,delta.1); self.physics_thread.send(TimedInstruction{ time,