From 4fa64f6d99cb475e74188c0a270844347a48c59c Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Thu, 13 Jun 2024 09:10:41 +0200 Subject: actually print right output values --- NodeInput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NodeInput.cpp') 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; } -- cgit v1.2.3