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

Fixed typo.

上级 1cb9e9c8
......@@ -396,7 +396,7 @@ THREE.SceneLoader.prototype = {
case 'AreaLight':
light = new THREE.AreaLight(color, intensity);
light.position.fromArray( position[ );
light.position.fromArray( position );
light.width = objJSON.size;
light.height = objJSON.size_y;
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册