1786004534

This commit is contained in:
2026-08-06 10:22:14 +02:00
parent 0fe4bb6939
commit b9f85d417e

View File

@@ -1,3 +1,4 @@
use std::thread::sleep;
use std::time::{Duration, Instant};
use self::input::InputState;
@@ -56,6 +57,7 @@ impl Trekstor {
self.input.finish();
self.accumulator += dt;
sleep(Duration::from_millis(1));
}
}
}