fix: player head renderer

This commit is contained in:
Fireblade
2026-07-06 01:59:38 +01:00
committed by Fireblade
parent 80c1ac8dc8
commit 3bc8504e11
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ ResourceLocation SkullTileRenderer::CREEPER_LOCATION = ResourceLocation(TN_MOB_C
SkullTileRenderer::SkullTileRenderer()
{
skeletonModel = new SkeletonHeadModel(0, 0, 64, 32);
zombieModel = new SkeletonHeadModel(0, 0, 64, 64);
zombieModel = new SkeletonHeadModel(0, 0, 64, 32);
}
SkullTileRenderer::~SkullTileRenderer()