Merge branch 'dev' into refactor/untangle-assets-mess

This commit is contained in:
Tropical
2026-03-09 01:20:45 -05:00
3 changed files with 8 additions and 2 deletions

View File

@@ -311,6 +311,8 @@ void ItemInHandRenderer::renderItem3D(Tesselator *t, float u0, float v0, float u
void ItemInHandRenderer::render(float a)
{
if (!mc->player || !mc->level) return;
float h = oHeight + (height - oHeight) * a;
std::shared_ptr<Player> player = mc->player;