mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-19 14:32:34 +00:00
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:
commit
900bd435c8
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