From 11e4dcdd1f55ff154f61c4284e73fb9bb5a896ad Mon Sep 17 00:00:00 2001 From: Avii Date: Thu, 6 Aug 2026 10:52:07 +0200 Subject: [PATCH] 1786006327 --- src/trekstor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trekstor.rs b/src/trekstor.rs index 95829c4..8b70f2d 100644 --- a/src/trekstor.rs +++ b/src/trekstor.rs @@ -46,7 +46,7 @@ impl Trekstor { sleep(self.update_timestep - dt); } - println!("FPS: {}", 1.0 / dt.as_secs_f64()); + // println!("FPS: {}", 1.0 / dt.as_secs_f64()); if !update(&mut self.screen, &self.input) { return;