From e28bb42cf59310eab4cf5ef0c770268527795f6b Mon Sep 17 00:00:00 2001 From: lnd3 Date: Wed, 25 Sep 2024 15:23:44 +0200 Subject: [PATCH] Docs. --- packages/nodegraph/include/nodegraph/core/NodeGraphData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nodegraph/include/nodegraph/core/NodeGraphData.h b/packages/nodegraph/include/nodegraph/core/NodeGraphData.h index f2c6c46..a031aa1 100644 --- a/packages/nodegraph/include/nodegraph/core/NodeGraphData.h +++ b/packages/nodegraph/include/nodegraph/core/NodeGraphData.h @@ -33,7 +33,7 @@ namespace l::nodegraph { enum class OutputType { Default, // node will be processed if it is connected to the groups output by some route ExternalOutput, // node does not have meaningful output for other nodes but should still be processed (ex speaker output only has input) - ExternalVisualOutput, + ExternalVisualOutput, // node has visual output that requires special handling, for example the graph plot node }; std::pair GetInputBounds(InputBound bound);