未验证 提交 82d88ee5 编写于 作者: G Garrett Johnson 提交者: GitHub

Fix InstancedInterleavedBuffer not cloning correctly (#21781)

上级 c256f41e
......@@ -90,7 +90,7 @@ class InterleavedBuffer {
const array = new this.array.constructor( data.arrayBuffers[ this.array.buffer._uuid ] );
const ib = new InterleavedBuffer( array, this.stride );
const ib = new this.constructor( array, this.stride );
ib.setUsage( this.usage );
return ib;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册