Skip to content

Commit

Permalink
Merge branch 'version-0.1.6' of github.com:lnd3/ltools into version-0…
Browse files Browse the repository at this point in the history
….1.6
  • Loading branch information
linuscu committed Oct 1, 2024
2 parents 56d554e + cc1efe7 commit 667804a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nodegraph/source/common/NodeGraphSchema.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ namespace l::nodegraph {
break;

case 450:
node = mMainNodeGraph.NewNode<l::nodegraph::GraphDataBusDataIn>(NodeType::Default, 6);
node = mMainNodeGraph.NewNode<l::nodegraph::GraphDataBusDataIn>(NodeType::ExternalInput, 6);
break;
case 451:
node = mMainNodeGraph.NewNode<l::nodegraph::GraphDataBusDataOut>(NodeType::ExternalOutput, 6);
Expand Down

0 comments on commit 667804a

Please sign in to comment.