more changes

This commit is contained in:
tildearrow 2024-03-16 11:14:45 -05:00
parent 0c733ad63a
commit fd2fd98214
2 changed files with 5 additions and 5 deletions

View file

@ -1061,7 +1061,7 @@ void DivEngine::processRow(int i, bool afterDelay) {
break;
case 0xfc: // delayed note release
if (effectVal>0 && (song.delayBehavior==2 || effectVal<nextSpeed)) {
if (song.delayBehavior==2 || effectVal<nextSpeed) {
chan[i].cut=effectVal+1;
chan[i].cutType=1;
}