提交 b707fb1e 编写于 作者: M Mugen87

OBB: Fix const usage.

上级 f994a92b
......@@ -378,7 +378,7 @@ class OBB {
const e = matrix.elements;
const sx = v1.set( e[ 0 ], e[ 1 ], e[ 2 ] ).length();
let sx = v1.set( e[ 0 ], e[ 1 ], e[ 2 ] ).length();
const sy = v1.set( e[ 4 ], e[ 5 ], e[ 6 ] ).length();
const sz = v1.set( e[ 8 ], e[ 9 ], e[ 10 ] ).length();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册