Fix nametag distance check

This commit is contained in:
James R 2022-01-05 22:32:07 -08:00
parent c5279e5795
commit 11ced1c3d6

View file

@ -2850,8 +2850,8 @@ static void K_drawKartNameTags(void)
}
v.x = R_InterpolateFixed(ntplayer->mo->old_x, ntplayer->mo->x);
v.y = R_InterpolateFixed(ntplayer->mo->old_x, ntplayer->mo->x);
v.z = R_InterpolateFixed(ntplayer->mo->old_x, ntplayer->mo->x);
v.y = R_InterpolateFixed(ntplayer->mo->old_x, ntplayer->mo->y);
v.z = R_InterpolateFixed(ntplayer->mo->old_x, ntplayer->mo->z);
if (!(ntplayer->mo->eflags & MFE_VERTICALFLIP))
{