1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Fix get_edited_scene_root error at starting editor

Fix #15300
This commit is contained in:
volzhs
2018-01-05 03:55:43 +09:00
parent 0b07d453f7
commit 1876999b3a
3 changed files with 4 additions and 2 deletions

View File

@@ -342,7 +342,7 @@ AutotileEditor::AutotileEditor(EditorNode *p_editor) {
split->add_child(property_editor);
helper = memnew(AutotileEditorHelper(this));
property_editor->edit(helper);
property_editor->call_deferred("edit", helper);
//Editor