1786006327

This commit is contained in:
2026-08-06 10:52:07 +02:00
parent 0fd3b7440f
commit 11e4dcdd1f

View File

@@ -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;