Garrett Johnson 3 年 前
コミット
2068f2cc43
1 ファイル変更2 行追加2 行削除
  1. 2 2
      example/vr.js

+ 2 - 2
example/vr.js

@@ -273,9 +273,9 @@ function handleCamera() {
 function handleTasks() {
 
 	for ( let t = 0, l = tasks.length; t < l; t ++ ) {
-		
+
 		tasks[ t ]();
-		
+
 	}
 	tasks.length = 0;