Skip to content

Commit 2068f2c

Browse files
authored
Update vr.js
1 parent d835841 commit 2068f2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/vr.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,9 @@ function handleCamera() {
273273
function handleTasks() {
274274

275275
for ( let t = 0, l = tasks.length; t < l; t ++ ) {
276-
276+
277277
tasks[ t ]();
278-
278+
279279
}
280280
tasks.length = 0;
281281

0 commit comments

Comments
 (0)