Added an output to Converter

I hope I didn't misunderstood the converter node, it needs an output right?
This commit is contained in:
PM
2021-04-06 15:52:38 +02:00
committed by GitHub
parent 292013b6cf
commit 039ad19372

View File

@@ -4,6 +4,7 @@
//Converter
function Converter() {
this.addInput("in", "*");
this.addOutput("out");
this.size = [80, 30];
}