提交 5f41d24d 编写于 作者: T Tristan Valcke

Add missing semicolon in webgl_custom_attributes_lines

上级 9156fdde
......@@ -140,7 +140,7 @@
var buffergeometry = new THREE.BufferGeometry();
var position = new THREE.Float32BufferAttribute( vertices.length * 3, 3 ).copyVector3sArray( vertices );
buffergeometry.addAttribute( 'position', position )
buffergeometry.addAttribute( 'position', position );
var displacement = new THREE.Float32BufferAttribute( vertices.length * 3, 3 );
buffergeometry.addAttribute( 'displacement', displacement );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册