Explorar el Código

Update webgpu_postprocessing_dof.html

Ensure stats is updated.
Michael Herzog hace 1 año
padre
commit
5eb8dcfae6
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      examples/webgpu_postprocessing_dof.html

+ 3 - 2
examples/webgpu_postprocessing_dof.html

@@ -170,7 +170,8 @@
 			function animate() {
 
 				render();
-				//stats.update();
+
+				stats.update();
 
 			}
 
@@ -187,4 +188,4 @@
 
 		</script>
 	</body>
-</html>
+</html>

粤ICP备19079148号