fix major per-channel audio export issue in ExtCh
This commit is contained in:
parent
869fe23036
commit
fef09fb00d
|
@ -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--;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue