VIC-20: possibly fix sadfgbmk;lhsdhklj;asdf;kj

This commit is contained in:
tildearrow 2022-12-06 00:58:27 -05:00
parent 5aa0bbbe96
commit 4f1412013a
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ void DivPlatformVIC20::calcAndWriteOutVol(int ch, int env) {
}
void DivPlatformVIC20::writeOutVol(int ch) {
if (!isMuted[ch]) {
if (!isMuted[ch] && chan[ch].active) {
rWrite(14,chan[ch].outVol);
}
}