X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=r_stats.c;h=edb4625f54804640bdb7e25c3aaa2c7f2723b982;hb=8dada099c7634cb56a954b76cb96d926ecd4bbd6;hp=6dfc7938f917c294aa551e31af936c77f44e1e26;hpb=feb22f39c2c1a481b8c7a2364767b6402d5d94a1;p=xonotic%2Fdarkplaces.git diff --git a/r_stats.c b/r_stats.c index 6dfc7938..edb4625f 100644 --- a/r_stats.c +++ b/r_stats.c @@ -504,7 +504,7 @@ void R_TimeReport_EndFrame(void) i++; x2 = max(x, x + width - sum * scalex); y2 = y + height - (data[index] - range_min) * scaley; - DrawQ_Line(1, x1, y1, x2, y2, r_speeds_graph_colors[color][0], r_speeds_graph_colors[color][1], r_speeds_graph_colors[color][2], r_speeds_graph_colors[color][3], 0); + DrawQ_Line(1, x1, y1, x2, y2, r_speeds_graph_colors[color][0], r_speeds_graph_colors[color][1], r_speeds_graph_colors[color][2], r_speeds_graph_colors[color][3], 0, true); } } }