]> git.lizzy.rs Git - BoundingBoxOutlineReloaded.git/blobdiff - src/main/java/com/irtimaled/bbor/client/gui/BoundingBoxTypeButton.java
Change button ON state highlighting to make it more obvious in 1.15+
[BoundingBoxOutlineReloaded.git] / src / main / java / com / irtimaled / bbor / client / gui / BoundingBoxTypeButton.java
index 5c85899fe01cc0a6eaba3755f28b21d7f035d293..938d2f42be5d5673357ab9982de77918711d83bd 100644 (file)
@@ -14,6 +14,8 @@ public class BoundingBoxTypeButton extends BoolSettingButton {
 
     @Override
     protected void renderBackground(int mouseX, int mouseY) {
+        super.renderBackground(mouseX, mouseY);
+
         int left = x + 1;
         int top = y + 1;
         int right = left + width - 2;