1786005712
This commit is contained in:
@@ -50,7 +50,7 @@ impl Trekstor {
|
||||
self.screen.flush();
|
||||
self.input.finish();
|
||||
|
||||
if dt < self.update_timestep {
|
||||
if dt <= self.update_timestep {
|
||||
sleep(self.update_timestep - dt);
|
||||
}
|
||||
self.last_time = self.current_time;
|
||||
|
||||
Reference in New Issue
Block a user