Przeglądaj źródła

Editor: Fixed animations not working in WebXR.

Mr.doob 7 lat temu
rodzic
commit
b7d826fb4d
1 zmienionych plików z 4 dodań i 2 usunięć
  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 {