You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Fix get_edited_scene_root error at starting editor
This commit is contained in:
@@ -343,7 +343,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user