small change
This commit is contained in:
parent
9f78c0c2f1
commit
0a8ead05ab
@ -3048,7 +3048,7 @@ control.prototype.updateStatusBar = function (doNotCheckAutoEvents, immediate) {
|
|||||||
return this.updateStatusBar_update();
|
return this.updateStatusBar_update();
|
||||||
}
|
}
|
||||||
if (!doNotCheckAutoEvents) this.noAutoEvents = false;
|
if (!doNotCheckAutoEvents) this.noAutoEvents = false;
|
||||||
if (core.isReplaying()) this.updateStatusBar_update();
|
if (core.isReplaying()) return this.updateStatusBar_update();
|
||||||
requestAnimationFrame(this.updateStatusBar_update)
|
requestAnimationFrame(this.updateStatusBar_update)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user