1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-20 14:45:44 +00:00

Fix visibility of bottom panel when start playing

This commit is contained in:
Guilherme Felipe
2016-12-24 19:52:43 -02:00
parent c798ff1551
commit 83b82fc267
2 changed files with 2 additions and 14 deletions

View File

@@ -96,7 +96,6 @@ class ScriptEditorDebugger : public Control {
TabContainer *tabs;
LineEdit *reason;
bool log_forced_visible;
ScriptEditorDebuggerVariables *variables;
Button *step;