diff --git a/common/src/main/java/com/seibel/distanthorizons/common/wrappers/gui/TexturedButtonWidget.java b/common/src/main/java/com/seibel/distanthorizons/common/wrappers/gui/TexturedButtonWidget.java index 436daa73f..f51f5fe3d 100644 --- a/common/src/main/java/com/seibel/distanthorizons/common/wrappers/gui/TexturedButtonWidget.java +++ b/common/src/main/java/com/seibel/distanthorizons/common/wrappers/gui/TexturedButtonWidget.java @@ -218,11 +218,11 @@ public class TexturedButtonWidget extends Button this.getX(), this.getY(), this.getWidth(), this.getHeight()); #else - //matrices.blitSprite( - // RenderPipelines.GUI_TEXTURED, - // SPRITES.get(this.active, this.isHoveredOrFocused()), - // this.getX(), this.getY(), - // this.getWidth(), this.getHeight()); + matrices.blitSprite( + RenderPipelines.GUI_TEXTURED, + SPRITES.get(this.active, this.isHoveredOrFocused()), + this.getX(), this.getY(), + this.getWidth(), this.getHeight()); #endif }