提交 9c20376e 编写于 作者: T Tristan Valcke

Remove unnecessary comma in webgl_camera_logarithmicdepthbuffer

上级 13cdbdfd
......@@ -205,7 +205,7 @@
var labelgeo = new THREE.TextGeometry( labeldata[i].label, {
font: font,
size: labeldata[i].size,
height: labeldata[i].size / 2,
height: labeldata[i].size / 2
} );
labelgeo.computeBoundingSphere();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册