From 45704388b6103ddc2d82d5f6ad740d64986490fc Mon Sep 17 00:00:00 2001 From: Ayush Thoren Date: Sun, 8 Mar 2026 11:39:37 -0700 Subject: Fix second-person nametag pitch (#963) Signed-off-by: Ayush Thoren --- Minecraft.Client/EntityRenderDispatcher.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Minecraft.Client/EntityRenderDispatcher.cpp') diff --git a/Minecraft.Client/EntityRenderDispatcher.cpp b/Minecraft.Client/EntityRenderDispatcher.cpp index 5bb98ead..57fdcc47 100644 --- a/Minecraft.Client/EntityRenderDispatcher.cpp +++ b/Minecraft.Client/EntityRenderDispatcher.cpp @@ -234,6 +234,7 @@ void EntityRenderDispatcher::prepare(Level *level, Textures *textures, Font *fon if (pl->ThirdPersonView() == 2) { playerRotY += 180; + playerRotX = -playerRotX; } xPlayer = player->xOld + (player->x - player->xOld) * a; -- cgit v1.2.3