highlight cur row instead of next one on playback
This commit is contained in:
parent
1778362933
commit
5a0a9db9c3
3 changed files with 19 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue