fix a tiny bug when saving SNES instruments
This commit is contained in:
parent
3ad3423542
commit
5bc2ccbe8e
|
@ -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