Procházet zdrojové kódy

Examples: Clean up. (#30248)

The third parameter doesn't do anything.
Nathan Bierema před 1 rokem
rodič
revize
34c674ace0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      examples/webgpu_multisampled_renderbuffers.html

+ 1 - 1
examples/webgpu_multisampled_renderbuffers.html

@@ -71,7 +71,7 @@
 
 
 				const gui = new GUI();
 				const gui = new GUI();
 				gui.add( params, 'samples', 0, 4 ).step( 1 );
 				gui.add( params, 'samples', 0, 4 ).step( 1 );
-				gui.add( params, 'animated', true );
+				gui.add( params, 'animated' );
 
 
 			}
 			}
 
 

粤ICP备19079148号