Browse Source

Editor: Fixed animations not working in WebXR.

Mr.doob 7 năm trước cách đây
mục cha
commit
b7d826fb4d
1 tập tin đã thay đổi với 4 bổ sung2 xóa
  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 {