fix macros sometimes being out of sync when seekin
This commit is contained in:
parent
f3c3d82e4d
commit
820b23ecdb
|
|
@ -1666,7 +1666,7 @@ void DivEngine::playSub(bool preserveDrift, int goalRow) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
int oldOrder=curOrder;
|
int oldOrder=curOrder;
|
||||||
while (playing && curRow<goalRow) {
|
while (playing && (curRow<goalRow || ticks>1)) {
|
||||||
if (nextTick(preserveDrift)) {
|
if (nextTick(preserveDrift)) {
|
||||||
skipping=false;
|
skipping=false;
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue