Mr.doob 10 anni fa
parent
commit
8384db69a2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      examples/webgl_multiple_elements.html

+ 1 - 1
examples/webgl_multiple_elements.html

@@ -161,8 +161,8 @@
 			function animate() {
 
 				render();
-
 				requestAnimationFrame( animate );
+
 			}
 
 			function render() {