提交 d4caae1e 编写于 作者: S simonThiele

return data count instead of reimplementing logic twice

上级 0972db11
......@@ -26,7 +26,7 @@ THREE.InterleavedBufferAttribute.prototype = {
get count() {
return this.data.array.length / this.data.stride;
return this.data.count;
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册