VIC-20: possibly fix sadfgbmk;lhsdhklj;asdf;kj
This commit is contained in:
parent
5aa0bbbe96
commit
4f1412013a
|
@ -80,7 +80,7 @@ void DivPlatformVIC20::calcAndWriteOutVol(int ch, int env) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void DivPlatformVIC20::writeOutVol(int ch) {
|
void DivPlatformVIC20::writeOutVol(int ch) {
|
||||||
if (!isMuted[ch]) {
|
if (!isMuted[ch] && chan[ch].active) {
|
||||||
rWrite(14,chan[ch].outVol);
|
rWrite(14,chan[ch].outVol);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue