未验证 提交 ec67749b 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #13940 from gero3/patch-1

Remove unneccessary argument
......@@ -72,7 +72,7 @@ function ExtrudeBufferGeometry( shapes, options ) {
for ( var i = 0, l = shapes.length; i < l; i ++ ) {
var shape = shapes[ i ];
addShape( shape, options );
addShape( shape );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册