another tiny fix

This commit is contained in:
tildearrow 2022-09-29 00:27:58 -05:00
parent 6ed50d717c
commit 86fe6206be

View file

@ -1288,6 +1288,7 @@ bool DivEngine::nextTick(bool noAccum, bool inhibitLowLat) {
sPreview.pos=0;
sPreview.dir=false;
ret=true;
shallStop=false;
return ret;
}