浏览代码

Merge pull request #6142 from gero3/patch-35

Update HemisphereLightHelper.js
Mr.doob 10 年之前
父节点
当前提交
b74932e1a6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/extras/helpers/HemisphereLightHelper.js

+ 1 - 1
src/extras/helpers/HemisphereLightHelper.js

@@ -3,7 +3,7 @@
  * @author mrdoob / http://mrdoob.com/
  * @author mrdoob / http://mrdoob.com/
  */
  */
 
 
-THREE.HemisphereLightHelper = function ( light, sphereSize, arrowLength, domeSize ) {
+THREE.HemisphereLightHelper = function ( light, sphereSize ) {
 
 
 	THREE.Object3D.call( this );
 	THREE.Object3D.call( this );