Fix packet loss indicator in non-green resolutions

This commit is contained in:
James R 2024-04-01 17:49:39 -07:00
parent 98becc03ae
commit bed0e5b754

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,
pinggfx[gfxnum]->width + 2,
pinggfx[gfxnum]->height + 2,
PL_gfx_color(pl)
PL_gfx_color(pl) | flags
);
}