mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-03 06:01:29 +00:00
I KNEW IT
This commit is contained in:
parent
b3f1935f2b
commit
663e724111
1 changed files with 1 additions and 1 deletions
|
@ -1369,7 +1369,7 @@ void DivEngine::loadTempIns(DivInstrument* which) {
|
|||
if (tempIns==NULL) {
|
||||
tempIns=new DivInstrument;
|
||||
}
|
||||
memcpy(tempIns,which,sizeof(DivInstrument));
|
||||
*tempIns=*which;
|
||||
BUSY_END;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue