提交 314fb875 编写于 作者: M Mugen87

WebGLGeoemtries: Ensure obsolete wireframe buffers are deleted.

上级 37578ede
......@@ -159,6 +159,8 @@ function WebGLGeometries( gl, attributes, info ) {
attributes.update( attribute, gl.ELEMENT_ARRAY_BUFFER );
if ( wireframeAttributes[ geometry.id ] ) attributes.remove( wireframeAttributes[ geometry.id ] );
wireframeAttributes[ geometry.id ] = attribute;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册