mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-29 02:51:24 +00:00
fix it!
This commit is contained in:
parent
d62b111c78
commit
f286e65dc1
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ int DivPlatformGenesisExt::dispatch(DivCommand c) {
|
|||
if (opChan[ch].insChanged) {
|
||||
chan[2].state.alg=ins->fm.alg;
|
||||
chan[2].state.fb=ins->fm.fb;
|
||||
chan[2].state.fb=ins->fm.fms;
|
||||
chan[2].state.fms=ins->fm.fms;
|
||||
chan[2].state.ams=ins->fm.ams;
|
||||
chan[2].state.op[ordch]=ins->fm.op[ordch];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue