提交 494b7efa 编写于 作者: T Tristan VALCKE

Protect InterleavedBufferAttribute against the closure circular reference bug

上级 48de0f39
......@@ -16,8 +16,7 @@ function InterleavedBufferAttribute( interleavedBuffer, itemSize, offset, normal
}
InterleavedBufferAttribute.prototype = {
Object.assign( InterleavedBufferAttribute.prototype, {
constructor: InterleavedBufferAttribute,
......@@ -127,7 +126,7 @@ InterleavedBufferAttribute.prototype = {
}
};
} );
export { InterleavedBufferAttribute };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册