fix r_netgraph 1 fix

This commit is contained in:
Bill Currie 2000-12-11 05:39:06 +00:00
parent a4f03b4c12
commit d1ef9bbc3f
1 changed files with 2 additions and 1 deletions

View File

@ -251,7 +251,8 @@ R_NetGraph (void)
x = w - ((vid.width - 320) >> 1);
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;
y = vid.height - sb_lines - 8 - 2;