aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/script_editor_debugger.h
diff options
context:
space:
mode:
authorRémi Verschelde2017-01-02 15:54:26 +0100
committerGitHub2017-01-02 15:54:26 +0100
commitac04a932d63ebf2072166b57fd80ab73dd3d988a (patch)
treeef9d8ef3039cc4e1a3429fa9247161ef60afdb13 /tools/editor/script_editor_debugger.h
parentb53090403808a6fd097374f24088fbb638e96129 (diff)
parentfaf6f865ddefa129945491796edcc23133f7e5e1 (diff)
downloadgodot-ac04a932d63ebf2072166b57fd80ab73dd3d988a.tar.gz
godot-ac04a932d63ebf2072166b57fd80ab73dd3d988a.tar.zst
godot-ac04a932d63ebf2072166b57fd80ab73dd3d988a.zip
Merge pull request #7364 from guilhermefelipecgs/fix_bottom_panel_visibility_on_play
Fix bottom panel visibility on play
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 c64c2f668..985edd8df 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;