Explorar o código

Remove unnecessary comma in MTLLoader

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