Skip to content

Commit

Permalink
Cleanup webgl_shadowmap_progressive (#26439)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Jul 16, 2023
1 parent 6d1db4a commit 1c781c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webgl_shadowmap_progressive.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@

function createGUI() {

const gui = new GUI( { name: 'Accumulation Settings' } );
const gui = new GUI( { title: 'Accumulation Settings' } );
gui.add( params, 'Enable' );
gui.add( params, 'Blur Edges' );
gui.add( params, 'Blend Window', 1, 500 ).step( 1 );
Expand Down

0 comments on commit 1c781c3

Please sign in to comment.