Skip to content

Commit

Permalink
Enabled init on reset again. Can be fixed later.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Sep 22, 2023
1 parent 68f8c8d commit f1da468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1427,7 +1427,7 @@ let OctaviaDevice = class extends CustomEventSource {
//this.initOnReset && forced && this.#ua.ano(ch);
};
if (upThis.initOnReset && forced) {
//this.init(1);
this.init(1);
};
// Bank defaults
switch (idx) {
Expand Down

0 comments on commit f1da468

Please sign in to comment.