diff options
author | Hop311 <Hop3114@gmail.com> | 2024-09-07 23:22:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-07 23:22:24 +0200 |
commit | 1c210c13dbcce431bd4b799fb80f62db121313ed (patch) | |
tree | a74df27b1facae8a8a926a2be9edd2deb844b4eb /game | |
parent | fa7fdd637df1ae98ebb3f565b91cee764746bb92 (diff) | |
parent | 8a481ee97360bf35c19dbdd9720f86616b2d8647 (diff) |
Merge pull request #263 from OpenVicProject/update-clock
Update openvic-simulation to OpenVicProject/OpenVic-Simulation@d360457
Diffstat (limited to 'game')
-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 |