Merge branch 'non-green-packet-loss' into 'master'

Fix packet loss indicator in non-green resolutions

Closes #1236

See merge request KartKrew/Kart!2211
This commit is contained in:
AJ Martinez 2024-04-02 00:55:33 +00:00
commit 900bd435c8

View file

@ -2254,7 +2254,7 @@ void HU_drawPing(fixed_t x, fixed_t y, UINT32 lag, UINT32 pl, INT32 flags, boole
y/FRACUNIT - 1, y/FRACUNIT - 1,
pinggfx[gfxnum]->width + 2, pinggfx[gfxnum]->width + 2,
pinggfx[gfxnum]->height + 2, pinggfx[gfxnum]->height + 2,
PL_gfx_color(pl) PL_gfx_color(pl) | flags
); );
} }