lynx: re-apply panning on forceIns

This commit is contained in:
tildearrow 2022-02-28 02:27:22 -05:00
parent 14749e165e
commit e5c993eb14
1 changed files with 1 additions and 0 deletions

View File

@ -273,6 +273,7 @@ void DivPlatformLynx::forceIns() {
chan[i].insChanged=true;
chan[i].freqChanged=true;
}
WRITE_ATTEN(i,chan[i].pan);
}
}