Procházet zdrojové kódy

Remove unnecessary comma in webgl_custom_attributes_points3

Tristan Valcke před 8 roky
rodič
revize
172748a708
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      examples/webgl_custom_attributes_points3.html

+ 1 - 1
examples/webgl_custom_attributes_points3.html

@@ -219,7 +219,7 @@
 				uniforms: {
 					amplitude: { value: 1.0 },
 					color:     { value: new THREE.Color( 0xffffff ) },
-					texture:   { value: texture },
+					texture:   { value: texture }
 				},
 				vertexShader:   document.getElementById( 'vertexshader' ).textContent,
 				fragmentShader: document.getElementById( 'fragmentshader' ).textContent