fix a tiny bug when saving SNES instruments

This commit is contained in:
tildearrow 2022-12-29 02:22:20 -05:00
parent 3ad3423542
commit 5bc2ccbe8e

View file

@ -206,7 +206,8 @@ bool DivInstrumentSNES::operator==(const DivInstrumentSNES& other) {
_C(a) &&
_C(d) &&
_C(s) &&
_C(r)
_C(r) &&
_C(d2)
);
}