mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-01 01:01:13 +00:00
clean up a comment
This commit is contained in:
parent
0efc398423
commit
dda567a961
1 changed files with 1 additions and 2 deletions
|
@ -209,8 +209,7 @@ R_TimeGraph (void)
|
||||||
do {
|
do {
|
||||||
R_LineGraph (x, r_refdef.vrect.height - 2, r_timings[a]);
|
R_LineGraph (x, r_refdef.vrect.height - 2, r_timings[a]);
|
||||||
if (x == 0)
|
if (x == 0)
|
||||||
break; // screen too small to hold entire
|
break; // screen too small to hold entire thing
|
||||||
// thing
|
|
||||||
x--;
|
x--;
|
||||||
a--;
|
a--;
|
||||||
if (a == -1)
|
if (a == -1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue