mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
drawPing: Remove packet loss debug condition
This commit is contained in:
parent
50aadee23e
commit
57e7a735ce
1 changed files with 1 additions and 1 deletions
|
|
@ -2250,7 +2250,7 @@ void HU_drawPing(fixed_t x, fixed_t y, UINT32 lag, UINT32 pl, INT32 flags, boole
|
|||
);
|
||||
}
|
||||
|
||||
if (pl || true)
|
||||
if (pl)
|
||||
{
|
||||
V_DrawFill(
|
||||
x/FRACUNIT + 2 - 1,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue