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