aboutsummaryrefslogtreecommitdiff
path: root/client/menu/overlay.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/overlay.gd')
-rw-r--r--client/menu/overlay.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu/overlay.gd b/client/menu/overlay.gd
index e992faf8..46750b31 100644
--- a/client/menu/overlay.gd
+++ b/client/menu/overlay.gd
@@ -48,7 +48,7 @@ func update(failed_: int, completed_: int, points_: int, time: float):
if timer.is_stopped():
timer.start()
-func set_ingame(state: bool, lobby: bool):
+func set_ingame(_state: bool, lobby: bool):
if lobby:
hide()
timer.stop()