diff options
Diffstat (limited to 'tools/editor/script_editor_debugger.h')
-rw-r--r-- | tools/editor/script_editor_debugger.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/script_editor_debugger.h b/tools/editor/script_editor_debugger.h index 6b66a62dd5..23815ca3bb 100644 --- a/tools/editor/script_editor_debugger.h +++ b/tools/editor/script_editor_debugger.h @@ -79,6 +79,7 @@ class ScriptEditorDebugger : public Control { TabContainer *tabs; Label *reason; + bool always_visible; bool log_forced_visible; ScriptEditorDebuggerVariables *variables; @@ -182,6 +183,7 @@ public: void update_live_edit_root(); + void set_always_visible(bool p_visible); virtual Size2 get_minimum_size() const; ScriptEditorDebugger(EditorNode *p_editor=NULL); |