Paul Masson пре 7 година
родитељ
комит
23c199282b
1 измењених фајлова са 1 додато и 1 уклоњено
  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 );
 
 			}