瀏覽代碼

Editor: Fixed animations not working in WebXR.

Mr.doob 7 年之前
父節點
當前提交
b7d826fb4d
共有 1 個文件被更改,包括 4 次插入2 次删除
  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 {