提交 13cdbdfd 编写于 作者: T Tristan Valcke

Remove unnecessary comma in webgl_buffergeometry_lines_indexed

上级 02cb425b
......@@ -158,7 +158,7 @@
new THREE.Vector3(0, y+0, 0),
new THREE.Vector3(500, y, 0),
new THREE.Vector3(500, y+500, 0),
new THREE.Vector3(0, y+500, 0),
new THREE.Vector3(0, y+500, 0)
],
true, 600
);
......@@ -175,7 +175,7 @@
new THREE.Vector3(0, y, 0),
new THREE.Vector3(250, y+0, 0),
new THREE.Vector3(250, y-250, 0),
new THREE.Vector3(250, y+0, 0),
new THREE.Vector3(250, y+0, 0)
],
false, 600
);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册