소스 검색

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