diff --git a/qw/source/sw_rmisc.c b/qw/source/sw_rmisc.c index e7bd073f6..6aff3de87 100644 --- a/qw/source/sw_rmisc.c +++ b/qw/source/sw_rmisc.c @@ -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)