aboutsummaryrefslogtreecommitdiff
path: root/game/src/Game/GameSession/GameSession.gd
diff options
context:
space:
mode:
Diffstat (limited to 'game/src/Game/GameSession/GameSession.gd')
-rw-r--r--game/src/Game/GameSession/GameSession.gd2
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