Skip to content

Commit

Permalink
Actually fix lack of background render events in infobooks
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Oct 21, 2023
1 parent b6055e0 commit 3b1d5d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ protected int getOffsetXTotal() {

@Override
public void render(PoseStack matrixStack, int mouseX, int mouseY, float partialTicks) {
this.renderBackground(matrixStack);
super.render(matrixStack, mouseX, mouseY, partialTicks);

RenderHelpers.bindTexture(texture);
Expand Down

0 comments on commit 3b1d5d8

Please sign in to comment.