clean up a comment

This commit is contained in:
Bill Currie 2001-05-16 15:54:56 +00:00
parent 0efc398423
commit dda567a961

View file

@ -209,8 +209,7 @@ R_TimeGraph (void)
do {
R_LineGraph (x, r_refdef.vrect.height - 2, r_timings[a]);
if (x == 0)
break; // screen too small to hold entire
// thing
break; // screen too small to hold entire thing
x--;
a--;
if (a == -1)