aboutsummaryrefslogtreecommitdiff
path: root/client/menu/menu_manager.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/menu_manager.gd')
-rw-r--r--client/menu/menu_manager.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu/menu_manager.gd b/client/menu/menu_manager.gd
index 079f6e44..2d196d71 100644
--- a/client/menu/menu_manager.gd
+++ b/client/menu/menu_manager.gd
@@ -17,7 +17,7 @@ func _ready():
Global.fade_next = false
transition.fade_in()
-func _input(event):
+func _input(_event):
if Input.is_action_just_pressed("ui_cancel") && menu_stack.size() > 1:
go_back()