mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Don't initialize the simulation on game update.
Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1844.
This commit is contained in:
parent
47d54fd295
commit
78c3da99f7
@ -48,7 +48,7 @@ class GameLoop:
|
||||
self.timer.stop()
|
||||
if simulation_speed != self.timer.simulation_speed:
|
||||
logging.info(f"Speed changed to {simulation_speed}")
|
||||
if not self.started:
|
||||
if not self.started and simulation_speed is not SimSpeedSetting.PAUSED:
|
||||
self.start()
|
||||
self.timer.set_speed(simulation_speed)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user