Sfoglia il codice sorgente

Remove unnecessary comma in webgl_custom_attributes

Tristan Valcke 9 anni fa
parent
commit
741d9b7232
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      examples/webgl_custom_attributes.html

+ 1 - 1
examples/webgl_custom_attributes.html

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