fix oneTickCut overriding ECxx

This commit is contained in:
tildearrow 2022-11-30 02:07:44 -05:00
parent 884588e46b
commit a09c1949ac
1 changed files with 1 additions and 1 deletions

View File

@ -1064,7 +1064,7 @@ void DivEngine::nextRow() {
}
}
}
if (doPrepareCut) chan[i].cut=ticks;
if (doPrepareCut && chan[i].cut<=0) chan[i].cut=ticks;
}
}
}