Skip to content

Commit

Permalink
fix score bug
Browse files Browse the repository at this point in the history
  • Loading branch information
joaorceschini committed May 2, 2024
1 parent cde6506 commit 92abef3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,7 @@ <h1 id="title">apm test</h1>
if (arr.length == 0 && crescentChange == false) {
score.end = new Date().getTime();
ctx.font = "30px Arial";
if (dark_mode) {
ctx.fillStyle = "white";
} else {
ctx.fillStyle = "black";
}
ctx.fillStyle = "black";
ctx.textAlign = "center";
ctx.textBaseline = "middle";
score.active = false;
Expand Down

0 comments on commit 92abef3

Please sign in to comment.