Explorar o código

Add missing semicolon in Math3Node

Tristan Valcke %!s(int64=8) %!d(string=hai) anos
pai
achega
6835023004
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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