safari bug fix

This commit is contained in:
tamat
2014-05-07 21:50:27 +02:00
parent 217d35348b
commit 59df75f45d
4 changed files with 77 additions and 48 deletions

View File

@@ -255,10 +255,9 @@ LiteGraph.registerNodeType("math/compare",MathCompare);
//Math Trigonometry
function MathTrigonometry()
{
this.addInputs("v","number");
this.addOutputs("sin","number");
this.addInput("v","number");
this.addOutput("sin","number");
this.properties = {amplitude:1.0};
this.size = [100,20];
this.bgImageUrl = "nodes/imgs/icon-sin.png";
}