Skip to content

Commit

Permalink
Remove the border around unselected POIs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gegy committed Oct 28, 2023
1 parent ea84bb0 commit 9c4c9ba
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ protected void renderWidget(final GuiGraphics graphics, final int mouseX, final
graphics.pose().popPose();
} else {
setWidth(SIZE);
graphics.blitNineSliced(TOOLTIP_LOCATION, getX() + 1, getY() + 1, SIZE - 2, SIZE - 2, BORDER_SIZE, 200, 20, 0, 55);
}

final ResourceLocation icon = poi.resourceLocation();
Expand Down

0 comments on commit 9c4c9ba

Please sign in to comment.