Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Emirlol committed Dec 23, 2024
1 parent bd6ff29 commit 0abf377
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ public final class CarpetHighlighter implements Renderable, Resettable {
private static final int SEARCH_RADIUS = 15;
private static final int TICK_INTERVAL = 15;
private static final ObjectAVLTreeSet<BlockPos> CARPET_LOCATIONS = new ObjectAVLTreeSet<>();

private static float[] colorComponents;
private static int tickCounter = 0;
private static boolean isLocationValid = false;

@Init
Expand Down

0 comments on commit 0abf377

Please sign in to comment.