fixed netgraph

This commit is contained in:
Joseph Carter 2000-05-13 04:59:05 +00:00
parent d8a45153e0
commit f1b6385ea4

View file

@ -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);