aboutsummaryrefslogtreecommitdiff
path: root/client/gui/menus/menu.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/gui/menus/menu.gd')
-rw-r--r--client/gui/menus/menu.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/gui/menus/menu.gd b/client/gui/menus/menu.gd
index 0f6e0624..516b64bb 100644
--- a/client/gui/menus/menu.gd
+++ b/client/gui/menus/menu.gd
@@ -67,8 +67,8 @@ func submenu(path: String, data_ = null):
print("Submenu opened ", path)
await submenu_close
print("Submenu closed ", path)
- await _menu_cover(false)
covered = false
+ await _menu_cover(false)
Global.focused_menu = self
_disable_recursive(self, false)
if prev_focus != null: prev_focus.grab_focus()