summaryrefslogtreecommitdiffstats
path: root/editor/plugins/debugger_editor_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/plugins/debugger_editor_plugin.h')
-rw-r--r--editor/plugins/debugger_editor_plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/plugins/debugger_editor_plugin.h b/editor/plugins/debugger_editor_plugin.h
index a6df83496e..c7ad31ebad 100644
--- a/editor/plugins/debugger_editor_plugin.h
+++ b/editor/plugins/debugger_editor_plugin.h
@@ -60,6 +60,8 @@ private:
RUN_MULTIPLE_INSTANCES,
};
+ bool initializing = true;
+
void _update_debug_options();
void _notification(int p_what);
void _menu_option(int p_option);