asdf
This commit is contained in:
parent
6e61343ad8
commit
4521cbfb4f
|
@ -1188,6 +1188,11 @@ void DivEngine::nextRow() {
|
||||||
nextSpeed=speeds.val[curSpeed];
|
nextSpeed=speeds.val[curSpeed];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
if (skipping) {
|
||||||
|
ticks=1;
|
||||||
|
}*/
|
||||||
|
|
||||||
// post row details
|
// post row details
|
||||||
for (int i=0; i<chans; i++) {
|
for (int i=0; i<chans; i++) {
|
||||||
DivPattern* pat=curPat[i].getPattern(curOrders->ord[i][curOrder],false);
|
DivPattern* pat=curPat[i].getPattern(curOrders->ord[i][curOrder],false);
|
||||||
|
|
Loading…
Reference in a new issue