2
0
Эх сурвалжийг харах

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

fix nan on first frame
Mr.doob 5 жил өмнө
parent
commit
1fce82af78

+ 1 - 1
examples/webgl_shader.html

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