1786004117

This commit is contained in:
2026-08-06 10:15:17 +02:00
parent 90dde16b73
commit 4ef131c534
2 changed files with 1 additions and 1 deletions

View File

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

View File

@@ -46,7 +46,6 @@ impl InputState {
};
if self.clear_before_next_event {
println!("Cleared");
self.keys_pressed_this_update.clear();
self.keys_released_this_update.clear();
self.clear_before_next_event = false;