updated converter input

This commit is contained in:
PM
2021-04-06 18:30:25 +02:00
committed by GitHub
parent 980baed1eb
commit cb543cceb3

View File

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