mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
fix a tiny bug when saving SNES instruments
This commit is contained in:
parent
3ad3423542
commit
5bc2ccbe8e
1 changed files with 2 additions and 1 deletions
|
@ -206,7 +206,8 @@ bool DivInstrumentSNES::operator==(const DivInstrumentSNES& other) {
|
|||
_C(a) &&
|
||||
_C(d) &&
|
||||
_C(s) &&
|
||||
_C(r)
|
||||
_C(r) &&
|
||||
_C(d2)
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue