Skip to content

Commit

Permalink
WItemSlot: Fix default value of iconOnlyPaintedForEmptySlots
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Nov 18, 2023
1 parent 0a45702 commit 20e4bcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public class WItemSlot extends WWidget {
private BackgroundPainter backgroundPainter = null;
@Nullable
private Icon icon = null;
private boolean iconOnlyPaintedForEmptySlots = true;
private boolean iconOnlyPaintedForEmptySlots = false;
private Inventory inventory;
private int startIndex = 0;
private int slotsWide = 1;
Expand Down

0 comments on commit 20e4bcf

Please sign in to comment.