another fix
This commit is contained in:
parent
7d95e685ac
commit
d3f0f1d1d0
|
@ -297,6 +297,7 @@ SafeWriter* DivEngine::saveCommand(bool binary) {
|
|||
while (!done) {
|
||||
if (nextTick(false,true) || !playing) {
|
||||
done=true;
|
||||
break;
|
||||
}
|
||||
// get command stream
|
||||
wroteTickGlobal=false;
|
||||
|
|
Loading…
Reference in a new issue