Skip to content

Commit fa31180

Browse files
committed
[DerivedNodes.h] Update output type field name from 'Vector' to 'Result' in type rules
1 parent 251bfeb commit fa31180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gladius/src/nodes/DerivedNodes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,7 @@ namespace gladius::nodes
16031603
RuleType::Default,
16041604
InputTypeMap{{FieldNames::A, ParameterTypeIndex::Float3},
16051605
{FieldNames::B, ParameterTypeIndex::Float3}},
1606-
OutputTypeMap{{FieldNames::Vector, ParameterTypeIndex::Float3}}};
1606+
OutputTypeMap{{FieldNames::Result, ParameterTypeIndex::Float3}}};
16071607

16081608
m_typeRules = {vectorToVector};
16091609
applyTypeRule(m_typeRules.front());

0 commit comments

Comments
 (0)