Skip to content

Commit

Permalink
made a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
ItziSpyder committed May 18, 2024
1 parent bc336e0 commit 589e680
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ public void baseRender(DrawContext context, int mouseX, int mouseY, float delta)
RenderUtils.fillRoundRect(context, 0, 0, baseWidth, baseHeight, 10, Shades.TRANS_BLACK);
RenderUtils.fillRoundShadow(context, 0, 0, baseWidth, baseHeight, 10, 1, 0xFF00B7FF, 0xFF00B7FF);
RenderUtils.fillRoundShadow(context, 0, 0, baseWidth, baseHeight, 10, 10, 0x8000B7FF, 0x0000B7FF);
RenderUtils.fillRoundTabTop(context, 110, 10, 300, 230, 10, Shades.TRANS_DARK_GRAY);

int margin = 15;
int caret = 10;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import java.util.concurrent.atomic.AtomicReference;

public record ProfileInfo(Info... configs) implements Global {

private static final AtomicReference<ProfileInfo> current = new AtomicReference<>(null);
public static final String URL = "https://clickcrystals.xyz/configs/configs.json";

Expand Down

0 comments on commit 589e680

Please sign in to comment.