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

View file

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