mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-09 08:22:28 +00:00
Fix packet loss indicator in non-green resolutions
This commit is contained in:
parent
98becc03ae
commit
bed0e5b754
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue