Skip to content

Commit

Permalink
WSlider: Fix client-only field having an initialiser
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Jan 14, 2024
1 parent f3fc706 commit 87932e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class WSlider extends WAbstractSlider {

@Environment(EnvType.CLIENT)
@Nullable
private BackgroundPainter backgroundPainter = null;
private BackgroundPainter backgroundPainter;

public WSlider(int min, int max, Axis axis) {
super(min, max, axis);
Expand Down

0 comments on commit 87932e0

Please sign in to comment.