mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 21:15:11 +00:00
another tiny fix
This commit is contained in:
parent
6ed50d717c
commit
86fe6206be
1 changed files with 1 additions and 0 deletions
|
@ -1288,6 +1288,7 @@ bool DivEngine::nextTick(bool noAccum, bool inhibitLowLat) {
|
||||||
sPreview.pos=0;
|
sPreview.pos=0;
|
||||||
sPreview.dir=false;
|
sPreview.dir=false;
|
||||||
ret=true;
|
ret=true;
|
||||||
|
shallStop=false;
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue