highlight cur row instead of next one on playback

This commit is contained in:
tildearrow 2022-06-06 01:05:06 -05:00
parent 1778362933
commit 5a0a9db9c3
3 changed files with 19 additions and 3 deletions

View file

@ -798,6 +798,9 @@ void DivEngine::nextRow() {
printf("| %.2x:%s | \x1b[1;33m%3d%s\x1b[m\n",curOrder,pb1,curRow,pb3);
}
prevOrder=curOrder;
prevRow=curRow;
for (int i=0; i<chans; i++) {
chan[i].rowDelay=0;
processRow(i,false);