Skip to content

Commit

Permalink
fix: janitor gui
Browse files Browse the repository at this point in the history
Closes #1041
  • Loading branch information
klikli-dev committed Jan 24, 2024
1 parent 64f94e8 commit a900005
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ protected void renderFg(GuiGraphics guiGraphics, int mouseX, int mouseY) {
}

if (!this.tooltip.isEmpty())
guiGraphics.renderTooltip(this.font, this.tooltip, Optional.empty(), mouseX - this.leftPos, mouseY - this.topPos);
guiGraphics.renderTooltip(this.font, this.tooltip, Optional.empty(), mouseX, mouseY);
}

@Override
Expand Down

0 comments on commit a900005

Please sign in to comment.