Skip to content

Commit

Permalink
Fixed a bug in EC max poly in Cambiare.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Jul 24, 2024
1 parent e6d6fa4 commit 673618b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cambiare/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1271,6 +1271,7 @@ let Cambiare = class extends RootDisplay {
upThis.setPixelProfile("none");
upThis.addEventListener("reset", () => {
upThis.#maxPoly = 0;
upThis.#maxPolyEC = 0;
upThis.#metaAmend = false;
upThis.#metaType = "";
upThis.#metaLastLine = null;
Expand Down

0 comments on commit 673618b

Please sign in to comment.