Browse Source

Examples: Cleanup webgpu_postprocessing_ssaa (#33653)

Nathan Bierema 1 month ago
parent
commit
827fe5acf8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgpu_postprocessing_ssaa.html

+ 1 - 1
examples/webgpu_postprocessing_ssaa.html

@@ -186,7 +186,7 @@
 
 				}
 
-				let newColor = ssaaRenderPass.clearColor;
+				let newColor;
 
 				switch ( params.clearColor ) {
 

粤ICP备19079148号