Skip to content

Commit

Permalink
fix form duration bar texture
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheaterpaul committed May 23, 2024
1 parent 151e7b9 commit 51530b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ private void renderExpBar(GuiGraphics graphics, double perc, float transparency)
int l = scaledHeight - 32 + 3;
graphics.blitSprite(EXPERIENCE_BAR_BACKGROUND_SPRITE, x, l, j, 5);
if (k > 0) {
graphics.blitSprite(EXPERIENCE_BAR_PROGRESS_SPRITE, j, 5, k, 0, x+k, l, k, 5);
graphics.blitSprite(EXPERIENCE_BAR_PROGRESS_SPRITE, j, 5, k, 0, x+k, l, j-k, 5);
}

RenderSystem.enableBlend();
Expand Down

0 comments on commit 51530b3

Please sign in to comment.