Adds missing check for pctx->main_cancel
This commit is contained in:
parent
c52306fe6d
commit
9f69afaa2f
1 changed files with 3 additions and 0 deletions
|
@ -1729,6 +1729,9 @@ redo:
|
|||
if (p == np) continue;
|
||||
tdat = dary[p];
|
||||
Sem_Wait(&tdat->write_done_sem);
|
||||
// VS begin
|
||||
if (pctx->main_cancel) break;
|
||||
// VS end
|
||||
}
|
||||
}
|
||||
uncomp_done:
|
||||
|
|
Loading…
Reference in a new issue