Skip to content

Commit

Permalink
Fix #157
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed May 25, 2024
1 parent 20dc9f5 commit 4965723
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ private static void renderSkull(Direction direction, float f, float g, PoseStack
// spotless:on
if (skullModelBase instanceof SkullModelAccessor) {
SkullModelAccessor accessor = (SkullModelAccessor) skullModelBase;
if (!renderNext) {
if (!renderNext || lastSkull == null) {
accessor.showHat(true);
lastSkull = null;
return;
Expand Down

0 comments on commit 4965723

Please sign in to comment.