diff options
| author | Guilherme Felipe | 2016-12-24 19:52:43 -0200 |
|---|---|---|
| committer | Guilherme Felipe | 2016-12-24 19:52:43 -0200 |
| commit | 83b82fc26788bd644bda2ff9477a2961b027a916 (patch) | |
| tree | 60c6104b85d157ead88625825fa530f7d428ce7e /tools/editor/script_editor_debugger.h | |
| parent | c798ff15510997fdbe6848687804f5e2cb17eefb (diff) | |
| download | godot-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.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 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; |
