chore: sync upstream MinecraftConsoles through 2fba264c

This commit is contained in:
itsRevela
2026-04-15 05:25:33 -05:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -618,4 +618,4 @@ ResourceLocation *PlayerRenderer::getTextureLocation(shared_ptr<Entity> entity)
{
shared_ptr<Player> player = dynamic_pointer_cast<Player>(entity);
return new ResourceLocation(static_cast<_TEXTURE_NAME>(player->getTexture()));
}
}