Преглед на файлове

Remove unnecessary comma in webgl_custom_attributes_points3

Tristan Valcke преди 8 години
родител
ревизия
172748a708
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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