mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
fixed netgraph
This commit is contained in:
parent
d8a45153e0
commit
f1b6385ea4
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ void R_NetGraph (void)
|
|||
else
|
||||
w = NET_TIMINGS;
|
||||
|
||||
x = -((vid.width - 320)>>1);
|
||||
x = w - ((vid.width - 320)>>1);
|
||||
y = vid.height - sb_lines - 24 - (int)r_graphheight.value*2 - 2;
|
||||
|
||||
M_DrawTextBox (x, y, (w+7)/8, ((int)r_graphheight.value*2+7)/8 + 1);
|
||||
|
|
Loading…
Reference in a new issue