提交 7b1a0a7f 编写于 作者: M Mr.doob

Updated builds.

上级 9676b37a
......@@ -11770,7 +11770,7 @@
this.array = array;
this.itemSize = itemSize;
this.count = array.length / itemSize;
this.count = array !== undefined ? array.length / itemSize : 0;
this.normalized = normalized === true;
this.dynamic = false;
......@@ -38207,7 +38207,7 @@
this.array = array;
this.stride = stride;
this.count = array.length / stride;
this.count = array !== undefined ? array.length / stride : 0;
this.dynamic = false;
this.updateRange = { offset: 0, count: - 1 };
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册