Explorar o código

Merge pull request #19875 from greggman/fix-time-nan

fix nan on first frame
Mr.doob %!s(int64=5) %!d(string=hai) anos
pai
achega
1fce82af78
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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() {