提交 2475f19e 编写于 作者: I Ivan Latunov

Format code mrdoob style

上级 d939d3b8
......@@ -1001,7 +1001,7 @@ THREE.Geometry.prototype = {
var uvs = this.faceVertexUvs[ uvLayer ];
if ( ! geometry.faceVertexUvs[ uvLayer ]) {
geometry.faceVertexUvs[ uvLayer ] = [];
geometry.faceVertexUvs[ uvLayer ] = [ ];
}
for ( var i = 0, il = uvs.length; i < il; i ++ ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册