From 1c781c3f8881560473e60062b58e4a1b9102e8f7 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sun, 16 Jul 2023 04:14:55 -0400 Subject: [PATCH] Cleanup webgl_shadowmap_progressive (#26439) --- examples/webgl_shadowmap_progressive.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );