mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 04:55:13 +00:00
last fix
This commit is contained in:
parent
39fadd23ac
commit
8d8be6cc13
1 changed files with 1 additions and 1 deletions
|
@ -3533,7 +3533,7 @@ void DivEngine::deepCloneOrder(bool where) {
|
|||
order[i]=j;
|
||||
DivPattern* oldPat=curPat[i].getPattern(origOrd,false);
|
||||
DivPattern* pat=curPat[i].getPattern(j,true);
|
||||
memcpy(pat->data,oldPat->data,DIV_MAX_ROWS*32*sizeof(short));
|
||||
memcpy(pat->data,oldPat->data,DIV_MAX_ROWS*DIV_MAX_COLS*sizeof(short));
|
||||
logD("found at %d",j);
|
||||
didNotFind=false;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue