提交 6c3d1e9e 编写于 作者: O Ondřej Španěl

Fixed "ok" parameters: comma used instead of &&.

上级 16631c75
......@@ -114,7 +114,7 @@ export default QUnit.module( 'Core', () => {
x: 0,
y: 0
}, camera );
assert.ok( rayDirection.x === 0, rayDirection.y === 0, rayDirection.z === - 1,
assert.ok( rayDirection.x === 0 && rayDirection.y === 0 && rayDirection.z === - 1,
"camera is looking straight to -z and so does the ray in the middle of the screen" );
var step = 0.1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册