Skip to content

Commit

Permalink
widget crash fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IMB11 committed Jul 9, 2023
1 parent 06565cf commit 4786706
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public OpenCarouselButton(int x, int y, int width, int height) {
super(x, y, width, height, Text.translatable("skinshuffle.button"), (btn) -> {
var client = MinecraftClient.getInstance();
client.setScreen(GeneratedScreens.getCarouselScreen(client.currentScreen));
}, textSupplier -> null);
}, textSupplier -> Text.empty());

currentTime = GlfwUtil.getTime();
}
Expand Down

0 comments on commit 4786706

Please sign in to comment.