Просмотр исходного кода

Update webgpu_postprocessing_dof.html

Ensure stats is updated.
Michael Herzog 1 год назад
Родитель
Сommit
5eb8dcfae6
1 измененных файлов с 3 добавлено и 2 удалено
  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号