how to fix this

This commit is contained in:
tildearrow 2022-12-15 22:32:28 -05:00
parent ac207cb050
commit 8cc6fe3782
1 changed files with 2 additions and 1 deletions

View File

@ -398,7 +398,8 @@ void DivPlatformK007232::forceIns() {
for (int i=0; i<2; i++) {
chan[i].insChanged=true;
chan[i].freqChanged=true;
chan[i].sample=-1;
chan[i].prevFreq=-1;
chan[i].prevBank=-1;
}
}