1786004498

This commit is contained in:
2026-08-06 10:21:38 +02:00
parent 260562806d
commit 0fe4bb6939

View File

@@ -46,8 +46,6 @@ impl Trekstor {
}
while self.accumulator > self.update_timestep {
println!("Frame");
if !update(&mut self.screen, &self.input) {
return;
}