Skip to content

Commit f644579

Browse files
committed
typo
Signed-off-by: FurryR <[email protected]>
1 parent 75b8ee7 commit f644579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/sequencer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class Sequencer {
166166

167167
// tw: Detect timer here so the sequencer won't break when FPS is greater than 1000
168168
// and performance.now() is not available.
169-
if (this.timer.timeElapsed() < WORK_TIME) break;
169+
if (this.timer.timeElapsed() >= WORK_TIME) break;
170170
}
171171

172172
this.activeThread = null;

0 commit comments

Comments
 (0)