提交 8ff5d832 编写于 作者: M Mr.doob

Core: Robustness.

上级 80e1a0af
......@@ -13,7 +13,7 @@ class InterleavedBufferAttribute {
this.itemSize = itemSize;
this.offset = offset;
this.normalized = normalized;
this.normalized = normalized === true;
}
......
......@@ -228,7 +228,7 @@ class Euler {
this._order = order;
if ( update ) this._onChangeCallback();
if ( update === true ) this._onChangeCallback();
return this;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册