diff options
author | hop311 <hop3114@gmail.com> | 2024-09-06 22:16:31 +0200 |
---|---|---|
committer | hop311 <hop3114@gmail.com> | 2024-09-06 22:44:16 +0200 |
commit | 8a481ee97360bf35c19dbdd9720f86616b2d8647 (patch) | |
tree | 973432ce0a3ab1e9c1471338ffdacd6fb1ae6fa7 /game/src/Game/GameSession/GameSession.gd | |
parent | dd6d7a4538d98eb82de4523d95638cb35f35cd2a (diff) |
Update openvic-simulation to OpenVicProject/OpenVic-Simulation@d360457update-clock
Diffstat (limited to 'game/src/Game/GameSession/GameSession.gd')
-rw-r--r-- | game/src/Game/GameSession/GameSession.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/src/Game/GameSession/GameSession.gd b/game/src/Game/GameSession/GameSession.gd index 30e6c1c..9d07fd6 100644 --- a/game/src/Game/GameSession/GameSession.gd +++ b/game/src/Game/GameSession/GameSession.gd @@ -14,7 +14,7 @@ func _ready() -> void: MusicConductor.select_next_song() func _process(_delta : float) -> void: - GameSingleton.try_tick() + GameSingleton.update_clock() # REQUIREMENTS: # * SS-42 |