Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/blender/nodes/geometry/nodes/node_geo_accumulate_field.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/nodes/geometry/nodes/node_geo_accumulate_field.cc b/source/blender/nodes/geometry/nodes/node_geo_accumulate_field.cc
index 613375bca57..4504839dc5a 100644
--- a/source/blender/nodes/geometry/nodes/node_geo_accumulate_field.cc
+++ b/source/blender/nodes/geometry/nodes/node_geo_accumulate_field.cc
@@ -362,7 +362,8 @@ template<typename T> class TotalFieldInput final : public bke::GeometryFieldInpu
return false;
}
- std::optional<eAttrDomain> preferred_domain(const GeometryComponent & /*component*/) const
+ std::optional<eAttrDomain> preferred_domain(
+ const GeometryComponent & /*component*/) const override
{
return source_domain_;
}