mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +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 {
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue