giga-refactor, part 17

don't clear chip flags when changing channel count
This commit is contained in:
tildearrow 2025-11-19 01:47:14 -05:00
parent 24aa37c66f
commit caea061cbb

View file

@ -1090,7 +1090,6 @@ bool DivEngine::setSystemChans(int index, int ch, bool preserveOrder) {
}
song.systemChans[index]=ch;
song.systemFlags[index].clear();
song.recalcChans();
saveLock.unlock();
BUSY_END;