HUD: fix packet loss indicator offset for Brazil

This commit is contained in:
James R 2024-04-27 04:11:48 -07:00
parent e0c33596e8
commit 1bf2b9a7db

View file

@ -2251,8 +2251,8 @@ void HU_drawPing(fixed_t x, fixed_t y, UINT32 lag, UINT32 pl, INT32 flags, boole
if (pl)
{
V_DrawFill(
x/FRACUNIT + 2 - 1,
y/FRACUNIT - 1,
-pinggfx[gfxnum]->leftoffset + x/FRACUNIT + 2 - 1,
-pinggfx[gfxnum]->topoffset + y/FRACUNIT - 1,
pinggfx[gfxnum]->width + 2,
pinggfx[gfxnum]->height + 2,
PL_gfx_color(pl) | flags