aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/script_editor_debugger.h
diff options
context:
space:
mode:
authorGuilherme Felipe2016-12-24 19:52:43 -0200
committerGuilherme Felipe2016-12-24 19:52:43 -0200
commit83b82fc26788bd644bda2ff9477a2961b027a916 (patch)
tree60c6104b85d157ead88625825fa530f7d428ce7e /tools/editor/script_editor_debugger.h
parentc798ff15510997fdbe6848687804f5e2cb17eefb (diff)
downloadgodot-83b82fc26788bd644bda2ff9477a2961b027a916.tar.gz
godot-83b82fc26788bd644bda2ff9477a2961b027a916.tar.zst
godot-83b82fc26788bd644bda2ff9477a2961b027a916.zip
Fix visibility of bottom panel when start playing
Diffstat (limited to '')
-rw-r--r--tools/editor/script_editor_debugger.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/editor/script_editor_debugger.h b/tools/editor/script_editor_debugger.h
index c4a7cea1b..64e995342 100644
--- a/tools/editor/script_editor_debugger.h
+++ b/tools/editor/script_editor_debugger.h
@@ -96,7 +96,6 @@ class ScriptEditorDebugger : public Control {
TabContainer *tabs;
LineEdit *reason;
- bool log_forced_visible;
ScriptEditorDebuggerVariables *variables;
Button *step;