Przeglądaj źródła

fix nan on first frame

Gregg Tavares 5 lat temu
rodzic
commit
0f3d50013e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      examples/webgl_shader.html

+ 1 - 1
examples/webgl_shader.html

@@ -74,7 +74,7 @@
 			var uniforms;
 
 			init();
-			animate();
+			animate( 0 );
 
 			function init() {