C64: fix volume not being set after skip

This commit is contained in:
tildearrow 2021-12-28 01:20:48 -05:00
parent d766c4aaf0
commit 0479650597
1 changed files with 1 additions and 0 deletions

View File

@ -290,6 +290,7 @@ void DivPlatformC64::forceIns() {
chan[i].insChanged=true; chan[i].insChanged=true;
chan[i].testWhen=0; chan[i].testWhen=0;
} }
updateFilter();
} }
void DivPlatformC64::reset() { void DivPlatformC64::reset() {