@@ -72,11 +72,6 @@ THREE.DirectionalLightHelper = function ( light, sphereSize ) {
this.targetLine = new THREE.Line( lineGeometry, lineMaterial );
this.targetLine.properties.isGizmo = true;
- }
- else {
-
- this.targetSphere = null;
}
//
@@ -91,11 +91,6 @@ THREE.SpotLightHelper = function ( light, sphereSize ) {