瀏覽代碼

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