mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Merge branch 'master' of https://github.com/godotengine/godot
This commit is contained in:
@@ -81,6 +81,7 @@ class ScriptEditorDebugger : public Control {
|
||||
TabContainer *tabs;
|
||||
|
||||
Label *reason;
|
||||
bool always_visible;
|
||||
bool log_forced_visible;
|
||||
ScriptEditorDebuggerVariables *variables;
|
||||
|
||||
@@ -186,7 +187,6 @@ public:
|
||||
|
||||
void set_hide_on_stop(bool p_hide);
|
||||
|
||||
|
||||
virtual Size2 get_minimum_size() const;
|
||||
ScriptEditorDebugger(EditorNode *p_editor=NULL);
|
||||
~ScriptEditorDebugger();
|
||||
|
||||
Reference in New Issue
Block a user