diff --git a/examples/webgl_shadowmap_progressive.html b/examples/webgl_shadowmap_progressive.html index ac9665c4ed165a..f8766838b065e1 100644 --- a/examples/webgl_shadowmap_progressive.html +++ b/examples/webgl_shadowmap_progressive.html @@ -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 );