diff options
Diffstat (limited to 'scene/gui/menu_bar.h')
-rw-r--r-- | scene/gui/menu_bar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/menu_bar.h b/scene/gui/menu_bar.h index 631b791e1b..04f6afc2fa 100644 --- a/scene/gui/menu_bar.h +++ b/scene/gui/menu_bar.h @@ -55,7 +55,7 @@ class MenuBar : public Control { Ref<TextLine> text_buf; bool hidden = false; bool disabled = false; - int global_index = -1; + RID submenu_rid; Menu(const String &p_name) { name = p_name; |