diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-13 09:10:41 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-13 09:10:41 +0200 |
commit | 4fa64f6d99cb475e74188c0a270844347a48c59c (patch) | |
tree | 8ce048cb16ff39e44760c566fdaa0f58cf331f22 /NodeInput.cpp | |
parent | 3e5b602cb7bfb625ac7f7094f9d33409271073fb (diff) |
actually print right output values
Diffstat (limited to 'NodeInput.cpp')
-rw-r--r-- | NodeInput.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NodeInput.cpp b/NodeInput.cpp index 41d5352..a106319 100644 --- a/NodeInput.cpp +++ b/NodeInput.cpp @@ -5,7 +5,7 @@ NodeInputLow NodeInputLow::instance(NodeInputLow::type); NodeInputHigh NodeInputHigh::instance(NodeInputHigh::type); NodeInput::NodeInput() { - this->max_inputs = -1; + this->min_inputs = -1; this->max_inputs = 0; } |