Browse Source

Editor: Fixed animations not working in WebXR.

Mr.doob 7 years ago
parent
commit
6755e834e7
1 changed files with 4 additions and 2 deletions
  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 {