another fix

This commit is contained in:
tildearrow 2024-03-08 14:13:50 -05:00
parent 7d95e685ac
commit d3f0f1d1d0

View file

@ -297,6 +297,7 @@ SafeWriter* DivEngine::saveCommand(bool binary) {
while (!done) { while (!done) {
if (nextTick(false,true) || !playing) { if (nextTick(false,true) || !playing) {
done=true; done=true;
break;
} }
// get command stream // get command stream
wroteTickGlobal=false; wroteTickGlobal=false;