Explorar el Código

Editor: Fixed animations not working in WebXR.

Mr.doob hace 7 años
padre
commit
b7d826fb4d
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      editor/js/libs/app.js

+ 4 - 2
editor/js/libs/app.js

@@ -155,9 +155,11 @@ var APP = {
 
 		}
 
-		var prevTime;
+		var time, prevTime;
 
-		function animate( time ) {
+		function animate() {
+
+			time = performance.now();
 
 			try {