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

Fixed remaining getter based value access.

上级 626332be
......@@ -415,7 +415,7 @@ THREE.Quaternion.prototype = {
equals: function ( quaternion ) {
return ( quaternion._x === this._x ) && ( quaternion._y === this.y ) && ( quaternion._z === this._z ) && ( quaternion._w === this._w );
return ( quaternion._x === this._x ) && ( quaternion._y === this._y ) && ( quaternion._z === this._z ) && ( quaternion._w === this._w );
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册