This commit is contained in:
tildearrow 2022-03-04 18:37:04 -05:00
parent 84ba63db24
commit ea290a5015
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ void DivPlatformPCSpeaker::muteChannel(int ch, bool mute) {
}
void DivPlatformPCSpeaker::forceIns() {
for (int i=0; i<5; i++) {
for (int i=0; i<1; i++) {
chan[i].insChanged=true;
}
}