提交 8e36256b 编写于 作者: D dubejf

Don't return a copy of drawcalls in offsets getter

上级 aaf6a26b
......@@ -52,7 +52,7 @@ THREE.BufferGeometry.prototype = {
offsets: function () {
console.warn( 'THREE.BufferGeometry: .offsets has been renamed to .drawcalls.' );
return this.drawcalls.slice();
return this.drawcalls;
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册