1.20.5 port

This commit is contained in:
Oth3r 2025-03-12 18:43:43 -05:00
commit 78c6894135
2 changed files with 0 additions and 6 deletions

View file

@ -21,8 +21,6 @@ public class ClickableImageWidget extends ButtonWidget {
@Override
protected void renderWidget(DrawContext context, int mouseX, int mouseY, float delta) {
RenderSystem.enableBlend();
RenderSystem.enableDepthTest();
context.drawTexture(RenderLayer::getGuiTextured, image,
this.getX(), this.getY(), 0.0f, 0.0f, this.getWidth(), this.getHeight(), this.getWidth(), this.getHeight());
}