Paul Masson před 7 roky
rodič
revize
23c199282b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      examples/webvr_lorenz_attractor.html

+ 1 - 1
examples/webvr_lorenz_attractor.html

@@ -146,7 +146,7 @@
 
 			function animate() {
 
-				renderer.animate( render );
+				renderer.setAnimationLoop( render );
 
 			}