提交 746b308a 编写于 作者: 0 06wj

fix WebGLAttributes.remove bug

上级 bf54dba1
......@@ -107,6 +107,8 @@ function WebGLAttributes( gl ) {
function remove( attribute ) {
if ( attribute.isInterleavedBufferAttribute ) attribute = attribute.data;
var data = buffers[ attribute.uuid ];
if ( data ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册