Skip to content

Commit 6a85683

Browse files
authored
Editor.js : Remove the default color value of SpotLightHelper. (#21675)
1 parent 2b90507 commit 6a85683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/js/Editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ Editor.prototype = {
414414

415415
} else if ( object.isSpotLight ) {
416416

417-
helper = new THREE.SpotLightHelper( object, 1 );
417+
helper = new THREE.SpotLightHelper( object );
418418

419419
} else if ( object.isHemisphereLight ) {
420420

0 commit comments

Comments
 (0)