more changes
This commit is contained in:
parent
0c733ad63a
commit
fd2fd98214
2 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue