mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-29 20:20:43 +00:00
fix r_netgraph_box
This commit is contained in:
parent
ec44f037c1
commit
1721831b3a
1 changed files with 3 additions and 2 deletions
|
@ -65,8 +65,9 @@ CL_NetGraph (void)
|
|||
|
||||
h = r_graphheight->int_val % 8;
|
||||
|
||||
Draw_TextBox (x, y, NET_TIMINGS / 8, r_graphheight->int_val / 8 + 1,
|
||||
r_netgraph_alpha->value * 255);
|
||||
if (r_netgraph_box->int_val)
|
||||
Draw_TextBox (x, y, NET_TIMINGS / 8, r_graphheight->int_val / 8 + 1,
|
||||
r_netgraph_alpha->value * 255);
|
||||
|
||||
lost = CL_CalcNet ();
|
||||
x = hudswap ? vid.width - (NET_TIMINGS + 8) : 8;
|
||||
|
|
Loading…
Reference in a new issue