Browse Source

Add missing semicolon in Math3Node

Tristan Valcke 8 years ago
parent
commit
6835023004
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/js/nodes/math/Math3Node.js

+ 1 - 1
examples/js/nodes/math/Math3Node.js

@@ -44,7 +44,7 @@ THREE.Math3Node.prototype.generate = function( builder, output ) {
 	var a, b, c,
 		al = builder.getFormatLength( this.a.getType( builder ) ),
 		bl = builder.getFormatLength( this.b.getType( builder ) ),
-		cl = builder.getFormatLength( this.c.getType( builder ) )
+		cl = builder.getFormatLength( this.c.getType( builder ) );
 
 	// optimzer