Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Oct 30, 2021
1 parent 07f9b3f commit 804f1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eez/flow/components/output.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void executeOutputComponent(FlowState *flowState, unsigned componentIndex) {
return;
}

propagateValue(flowState->parentFlowState, componentIndex, parentComponentOutputIndex, value);
propagateValue(flowState->parentFlowState, flowState->parentComponentIndex, parentComponentOutputIndex, value);
}

} // namespace flow
Expand Down

0 comments on commit 804f1f2

Please sign in to comment.