Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
unanmed committed Jul 10, 2022
1 parent 232a336 commit f1b0832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/control.js
Original file line number Diff line number Diff line change
Expand Up @@ -3048,7 +3048,7 @@ control.prototype.updateStatusBar = function (doNotCheckAutoEvents, immediate) {
return this.updateStatusBar_update();
}
if (!doNotCheckAutoEvents) this.noAutoEvents = false;
if (core.isReplaying()) this.updateStatusBar_update();
if (core.isReplaying()) return this.updateStatusBar_update();
requestAnimationFrame(this.updateStatusBar_update)
}

Expand Down

0 comments on commit f1b0832

Please sign in to comment.