i mean HAPPENING and the slide NOT HAPPENING

This commit is contained in:
tildearrow 2022-02-07 00:30:37 -05:00
parent e25f5b229c
commit 76beedae0c
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ int DivPlatformGB::dispatch(DivCommand c) {
chan[c.chan].freqChanged=true;
chan[c.chan].note=c.value;
break;
case DIV_CMD_PRE_PORTA:
case DIV_CMD_PRE_PORTA: // aaaaaaaa
if (chan[c.chan].active) {
chan[c.chan].std.init(parent->getIns(chan[c.chan].ins));
}