提交 a8171288 编写于 作者: M Mr.doob

WireframeGeometry: Fixed addGroups() call. Fixes #7200.

上级 359075c0
......@@ -81,7 +81,7 @@ THREE.WireframeGeometry = function ( geometry ) {
if ( drawcalls.length === 0 ) {
geometry.addDrawCall( 0, indices.length );
geometry.addGroup( 0, indices.length );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册