提交 760da594 编写于 作者: Y yomboprime

Improve code style

上级 bf8d8f67
......@@ -122,8 +122,16 @@ THREE.SVGLoader.prototype = {
transformStack.pop();
if ( transformStack.length > 0 ) currentTransform.copy( transformStack[ transformStack.length - 1 ] );
else currentTransform.identity();
if ( transformStack.length > 0 ) {
currentTransform.copy( transformStack[ transformStack.length - 1 ] );
}
else {
currentTransform.identity();
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册