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

Minor clean up.

上级 35c14785
......@@ -568,7 +568,7 @@ THREE.extend( THREE.Vector3.prototype, {
// clamp, to handle numerical problems
return Math.acos( THREE.Math.clamp ( theta, -1, 1 ) );
return Math.acos( THREE.Math.clamp( theta, -1, 1 ) );
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册