diff --git a/editor/editor_properties.cpp b/editor/editor_properties.cpp index 8ef394a59f..3a46ff6168 100644 --- a/editor/editor_properties.cpp +++ b/editor/editor_properties.cpp @@ -3805,6 +3805,8 @@ static bool _find_recursive_resources(const Variant &v, HashSet &res return true; } } + + resources_found.erase(r.ptr()); } break; default: { }