Skip to content

Commit

Permalink
Update src/main/java/com/terraformersmc/modmenu/gui/widget/ModListWid…
Browse files Browse the repository at this point in the history
…get.java

Co-authored-by: haykam821 <[email protected]>
  • Loading branch information
sakura-ryoko and haykam821 authored Jun 2, 2024
1 parent e5ed71e commit bbc31cf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,13 +234,13 @@ protected void renderList(DrawContext DrawContext, int mouseX, int mouseY, float
buffer.vertex(matrix, selectionRight - 1, entryTop + entryHeight + 1, 0.0F);
buffer.vertex(matrix, selectionRight - 1, entryTop - 1, 0.0F);
buffer.vertex(matrix, entryLeft + 1, entryTop - 1, 0.0F);
try
{
try {
builtBuffer = buffer.end();
BufferRenderer.drawWithGlobalProgram(builtBuffer);
builtBuffer.close();
} catch (Exception e) {
// Ignored
}
catch (Exception ignored) {}
}

entryLeft = this.getRowLeft();
Expand Down

0 comments on commit bbc31cf

Please sign in to comment.