Browse Source

gui tweak

Master James 9 years ago
parent
commit
453a2b3bc8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      examples/webgl_lights_spotlight.html

+ 2 - 0
examples/webgl_lights_spotlight.html

@@ -146,6 +146,8 @@
 
 
 				gui = new dat.GUI();
 				gui = new dat.GUI();
 
 
+				gui.width = 180;
+
 				gui.open();
 				gui.open();
 			}
 			}