Skip to content

Commit

Permalink
Heh
Browse files Browse the repository at this point in the history
  • Loading branch information
enjarai committed Jul 14, 2024
1 parent 54a15fc commit 3fb567c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

public class HorizonLineWidget extends RenderHelper {
public static void render(MatrixStack matrices, int scaledWidth, int scaledHeight, double roll, double pitch) {
int centerX = scaledWidth / 2;
int centerX = scaledWidth / 2 - 1;
int centerY = scaledHeight / 2 - 1;
roll *= -MagicNumbers.TORAD;

Expand Down

0 comments on commit 3fb567c

Please sign in to comment.