Skip to content

Commit

Permalink
Fixed unused parts in QY unable to highlight.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Jul 12, 2024
1 parent 667e83d commit 5a475b2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/disp/disp_qy.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -424,12 +424,12 @@ let QyDisplay = class extends RootDisplay {
if (sum.chInUse[rch]) {
let cVelo = Math.floor(sum.strength[rch] / 51);
upThis.#renderFill(31 + 12 * tch, preCalY + 11 - cVelo, 9, cVelo + 1);
if (this.#ch == rch) {
textTarget = 0;
upThis.#renderFill(31 + 12 * tch, preCalY, 9, 5);
if (mixerView) {
upThis.#renderFill(30 + 12 * tch, preCalY + 14, 13, 8);
};
};
if (this.#ch == rch) {
textTarget = 0;
upThis.#renderFill(31 + 12 * tch, preCalY, 9, 5);
if (mixerView) {
upThis.#renderFill(30 + 12 * tch, preCalY + 14, 13, 8);
};
};
if (rch < 19) {
Expand Down

0 comments on commit 5a475b2

Please sign in to comment.