Skip to content

Commit

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

Co-authored-by: haykam821 <[email protected]>
  • Loading branch information
sakura-ryoko and haykam821 authored Jun 2, 2024
1 parent 149e369 commit 42742db
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,9 @@ public void renderScrollBar(BufferBuilder bufferBuilder, Tessellator tessellator
builtBuffer = bufferBuilder.end();
BufferRenderer.drawWithGlobalProgram(builtBuffer);
builtBuffer.close();
} catch (Exception e) {
// Ignored
}
catch (Exception ignored) { }
}
}

Expand Down

0 comments on commit 42742db

Please sign in to comment.