Fix add child error when opening the Editor
This commit is contained in:
parent
85b4848ca8
commit
bee9a6cc0d
1 changed files with 0 additions and 1 deletions
|
@ -2487,7 +2487,6 @@ ScriptEditorDebugger::ScriptEditorDebugger(EditorNode *p_editor) {
|
|||
inspector->register_text_enter(search);
|
||||
inspector->set_use_filter(true);
|
||||
inspector_vbox->add_child(inspector);
|
||||
sc->add_child(inspector);
|
||||
|
||||
server.instance();
|
||||
|
||||
|
|
Loading…
Reference in a new issue