Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke100000 committed Jul 31, 2023
1 parent cae79ab commit b1b3272
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public SkinLibraryScreen(VillagerEditorScreen screen, VillagerEntityMCA villager
public void renderBackground(MatrixStack matrices) {
if (previousScreen instanceof DestinyScreen) {
assert MinecraftClient.getInstance().world != null;
renderBackgroundTexture((int) MinecraftClient.getInstance().world.getTime());
renderBackgroundTexture(matrices);
}
}

Expand Down

0 comments on commit b1b3272

Please sign in to comment.