Skip to content

Commit

Permalink
fix sw tile rendering in wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
Supalosa committed Oct 19, 2024
1 parent 13b2946 commit fc57248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ function drawWave() {
if (t < 8) {
ctx.fillRect(
x * size,
(screenY + 1) * size,
(y + 1) * size,
1 * size,
-1 * size
);
Expand Down

0 comments on commit fc57248

Please sign in to comment.