Oops almost fucked it again 11ced1c3d

This commit is contained in:
James R 2022-01-06 00:46:14 -08:00
parent 11ced1c3d6
commit 93c36af2c0

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->y);
v.z = R_InterpolateFixed(ntplayer->mo->old_x, ntplayer->mo->z);
v.y = R_InterpolateFixed(ntplayer->mo->old_y, ntplayer->mo->y);
v.z = R_InterpolateFixed(ntplayer->mo->old_z, ntplayer->mo->z);
if (!(ntplayer->mo->eflags & MFE_VERTICALFLIP))
{