fix major per-channel audio export issue in ExtCh

This commit is contained in:
tildearrow 2022-06-27 03:55:55 -05:00
parent 869fe23036
commit fef09fb00d
1 changed files with 1 additions and 0 deletions

View File

@ -482,6 +482,7 @@ void DivEngine::runExportThread() {
while (true) {
if (i>=chans) break;
if (getChannelType(i)!=5) break;
i++;
}
i--;
}