Skip to content

Commit d8918cc

Browse files
committed
fix schema widget layer button background
1 parent 8b0d7f6 commit d8918cc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/com/cleanroommc/modularui/widgets/SchemaWidget.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ public static class LayerButton extends ButtonWidget<LayerButton> {
151151
public LayerButton(ISchema schema, int minLayer, int maxLayer) {
152152
this.minLayer = minLayer;
153153
this.maxLayer = maxLayer;
154-
background(GuiTextures.MC_BACKGROUND);
155154
overlay(IKey.dynamic(() -> currentLayer > Integer.MIN_VALUE ? Integer.toString(currentLayer) : "ALL").scale(0.5f));
156155

157156
onMousePressed(mouseButton -> {

0 commit comments

Comments
 (0)