diff options
| author | Rémi Verschelde | 2017-01-02 15:54:26 +0100 |
|---|---|---|
| committer | GitHub | 2017-01-02 15:54:26 +0100 |
| commit | ac04a932d63ebf2072166b57fd80ab73dd3d988a (patch) | |
| tree | ef9d8ef3039cc4e1a3429fa9247161ef60afdb13 /tools/editor/script_editor_debugger.h | |
| parent | b53090403808a6fd097374f24088fbb638e96129 (diff) | |
| parent | faf6f865ddefa129945491796edcc23133f7e5e1 (diff) | |
| download | godot-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.h | 1 |
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; |
