almost there
eliminate the velociraptor
This commit is contained in:
parent
987bff8b75
commit
d703aa1e97
9 changed files with 267 additions and 325 deletions
|
|
@ -1282,13 +1282,10 @@ void FurnaceGUI::drawPattern() {
|
|||
memset(floors,0,4*4*sizeof(unsigned int));
|
||||
|
||||
for (int i=0; i<chans; i++) {
|
||||
|
||||
|
||||
std::vector<DivChannelPair> pairs;
|
||||
e->getChanPaired(i, pairs);
|
||||
e->getChanPaired(i,pairs);
|
||||
|
||||
for(DivChannelPair pair: pairs)
|
||||
{
|
||||
for (DivChannelPair pair: pairs) {
|
||||
bool isPaired=false;
|
||||
int numPairs=0;
|
||||
unsigned int pairMin=i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue