1
0
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:
volzhs
2017-12-10 08:01:00 +09:00
parent 75d0aeb0e9
commit 81a79e0c0e
2 changed files with 2 additions and 2 deletions

View File

@@ -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