Skip to content

Commit

Permalink
Oops, markerScale is different. Reverting that change.
Browse files Browse the repository at this point in the history
  • Loading branch information
murphy-slaw committed Feb 14, 2025
1 parent 7d73904 commit 75cdad4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ public void render(DrawContext context, int mouseX, int mouseY, float par3) {

context.getMatrices().push();
context.getMatrices().translate(getGuiX(), getGuiY(), 0);
float markerScale = (float) ((double) tilePixels * (getEffectiveScale() * 16.0));
float markerScale = (float) (((double) tilePixels * mapScale / (guiScale * 16.0)));

Map<UUID, PlayerSummary> friends = SurveyorClient.getFriends();

Expand Down

0 comments on commit 75cdad4

Please sign in to comment.