Преглед на файлове

Add missing semicolon in Math3Node

Tristan Valcke преди 8 години
родител
ревизия
6835023004
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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