Skip to content

Commit 34c674a

Browse files
authored
Examples: Clean up. (#30248)
The third parameter doesn't do anything.
1 parent 604f412 commit 34c674a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/webgpu_multisampled_renderbuffers.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
const gui = new GUI();
7373
gui.add( params, 'samples', 0, 4 ).step( 1 );
74-
gui.add( params, 'animated', true );
74+
gui.add( params, 'animated' );
7575

7676
}
7777

0 commit comments

Comments
 (0)