You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix add child error when opening the Editor
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user