We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604f412 commit 34c674aCopy full SHA for 34c674a
examples/webgpu_multisampled_renderbuffers.html
@@ -71,7 +71,7 @@
71
72
const gui = new GUI();
73
gui.add( params, 'samples', 0, 4 ).step( 1 );
74
- gui.add( params, 'animated', true );
+ gui.add( params, 'animated' );
75
76
}
77
0 commit comments