Explorar o código

Remove unnecessary comma in webgl_custom_attributes

Tristan Valcke %!s(int64=9) %!d(string=hai) anos
pai
achega
741d9b7232
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/webgl_custom_attributes.html

+ 1 - 1
examples/webgl_custom_attributes.html

@@ -106,7 +106,7 @@
 
 				amplitude: { value: 1.0 },
 				color:     { value: new THREE.Color( 0xff2200 ) },
-				texture:   { value: new THREE.TextureLoader().load( "textures/water.jpg" ) },
+				texture:   { value: new THREE.TextureLoader().load( "textures/water.jpg" ) }
 
 			};