Skip to content

Commit

Permalink
Remove debug render
Browse files Browse the repository at this point in the history
  • Loading branch information
nea89o committed Jan 11, 2024
1 parent cd76281 commit 1e23313
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ public int getHeight() {
@Override
public void render(@NotNull GuiImmediateContext context) {
context.getRenderContext().drawDarkRect(0, 0, context.getWidth(), context.getHeight(), true);
if (context.isHovered()) {
context.getRenderContext().drawColoredRect(0, 0, context.getWidth(), context.getHeight(), 0xFF00FF00);
}
context.getRenderContext().drawOpenCloseTriangle(accordionToggled, 6, 6, 13.5F - 6F, 13.5F - 6F);
context.getRenderContext().drawStringScaledMaxWidth(option.name, context.getRenderContext().getMinecraft().getDefaultFontRenderer(), 18, 6, false, context.getWidth() - 18, 0xc0c0c0);
}
Expand Down

0 comments on commit 1e23313

Please sign in to comment.