Browse Source

Remove unnecessary comma in MTLLoader

Tristan Valcke 8 years ago
parent
commit
892a92d47e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/js/loaders/MTLLoader.js

+ 1 - 1
examples/js/loaders/MTLLoader.js

@@ -473,7 +473,7 @@ THREE.MTLLoader.MaterialCreator.prototype = {
 		var texParams = {
 
 			scale: new THREE.Vector2( 1, 1 ),
-			offset: new THREE.Vector2( 0, 0 ),
+			offset: new THREE.Vector2( 0, 0 )
 
 		 };