diff options
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 |