diff --git a/source/blender/nodes/NOD_node_declaration.hh b/source/blender/nodes/NOD_node_declaration.hh index c221c64442d..8a7606df777 100644 --- a/source/blender/nodes/NOD_node_declaration.hh +++ b/source/blender/nodes/NOD_node_declaration.hh @@ -349,8 +349,8 @@ class SocketDeclarationBuilder : public BaseSocketDeclarationBuilder { /** The input is evaluated on a subset of the geometry inputs. */ Self &implicit_field_on(ImplicitInputValueFn fn, const Span input_indices) { - this->implicit_field(fn); this->field_on(input_indices); + this->implicit_field(fn); return *(Self *)this; }