mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
@@ -783,7 +783,7 @@ void EditorPropertyDictionary::update_property() {
|
||||
|
||||
} else {
|
||||
EditorPropertyResource *editor = memnew(EditorPropertyResource);
|
||||
editor->setup("Resource");
|
||||
editor->setup(object.ptr(), prop_name, "Resource");
|
||||
prop = editor;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user