From cb543cceb38deb10ffd09dafbbec3de35227a996 Mon Sep 17 00:00:00 2001 From: PM <65325+j2l@users.noreply.github.com> Date: Tue, 6 Apr 2021 18:30:25 +0200 Subject: [PATCH] updated converter input --- src/nodes/math.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nodes/math.js b/src/nodes/math.js index 93a4b9053..66fff8355 100755 --- a/src/nodes/math.js +++ b/src/nodes/math.js @@ -3,7 +3,7 @@ //Converter function Converter() { - this.addInput("in", "*"); + this.addInput("in", ""); this.addOutput("out"); this.size = [80, 30]; }