Browse Source

Examples: Clean up. (#27721)

Michael Herzog 1 year ago
parent
commit
a9c39d78ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_lights_spotlight.html

+ 1 - 1
examples/webgl_lights_spotlight.html

@@ -170,7 +170,7 @@
 				} );
 
 
-				gui.add( params, 'distance', 50, 200 ).onChange( function ( val ) {
+				gui.add( params, 'distance', 0, 20 ).onChange( function ( val ) {
 
 					spotLight.distance = val;