mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-07 16:12:31 +00:00
fix oneTickCut overriding ECxx
This commit is contained in:
parent
884588e46b
commit
a09c1949ac
1 changed files with 1 additions and 1 deletions
|
@ -1064,7 +1064,7 @@ void DivEngine::nextRow() {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (doPrepareCut) chan[i].cut=ticks;
|
||||
if (doPrepareCut && chan[i].cut<=0) chan[i].cut=ticks;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue