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

Fix test: wrong arguments passed to new Plane

上级 882a7ca9
......@@ -126,7 +126,7 @@ export default QUnit.module( 'Maths', () => {
QUnit.test( "clone", ( assert ) => {
var a = new Plane( 2.0, 0.5, 0.25 );
var a = new Plane( new Vector3( 2.0, 0.5, 0.25 ) );
var b = a.clone();
assert.ok( a.equals( b ), "clones are equal" );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册