From 08bd57ffe1857c53863413cc38a59c272f4ca0cb Mon Sep 17 00:00:00 2001
From: Quaternions <krakow20@gmail.com>
Date: Tue, 14 Jan 2025 19:02:34 -0800
Subject: [PATCH] remove incorrect comment

---
 strafe-client/src/window.rs | 3 ---
 1 file changed, 3 deletions(-)

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,