Fix Initializer

This commit is contained in:
cam900 2022-08-19 14:49:10 +09:00
parent 9c80f91870
commit 42006e338c

View file

@ -496,7 +496,9 @@ struct DivInstrumentES5506 {
};
Filter filter;
Envelope envelope;
DivInstrumentES5506() {}
DivInstrumentES5506():
filter(Filter()),
envelope(Envelope()) {}
};
struct DivInstrument {