aboutsummaryrefslogtreecommitdiff
path: root/NodeInput.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NodeInput.cpp')
-rw-r--r--NodeInput.cpp2
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;
}