Browse Source

Cleanup webgl_shadowmap_progressive (#26439)

Nathan Bierema 2 years ago
parent
commit
1c781c3f88
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_shadowmap_progressive.html

+ 1 - 1
examples/webgl_shadowmap_progressive.html

@@ -192,7 +192,7 @@
 
 
 			function createGUI() {
 			function createGUI() {
 
 
-				const gui = new GUI( { name: 'Accumulation Settings' } );
+				const gui = new GUI( { title: 'Accumulation Settings' } );
 				gui.add( params, 'Enable' );
 				gui.add( params, 'Enable' );
 				gui.add( params, 'Blur Edges' );
 				gui.add( params, 'Blur Edges' );
 				gui.add( params, 'Blend Window', 1, 500 ).step( 1 );
 				gui.add( params, 'Blend Window', 1, 500 ).step( 1 );