We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251bfeb commit fa31180Copy full SHA for fa31180
gladius/src/nodes/DerivedNodes.h
@@ -1603,7 +1603,7 @@ namespace gladius::nodes
1603
RuleType::Default,
1604
InputTypeMap{{FieldNames::A, ParameterTypeIndex::Float3},
1605
{FieldNames::B, ParameterTypeIndex::Float3}},
1606
- OutputTypeMap{{FieldNames::Vector, ParameterTypeIndex::Float3}}};
+ OutputTypeMap{{FieldNames::Result, ParameterTypeIndex::Float3}}};
1607
1608
m_typeRules = {vectorToVector};
1609
applyTypeRule(m_typeRules.front());
0 commit comments