From: divverent Date: Tue, 7 Apr 2009 12:47:49 +0000 (+0000) Subject: draw loading bar at 100% alpha again X-Git-Tag: xonotic-v0.1.0preview~1728 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c71f71171708eafc50feb816fb0532eb57aa1de6;p=xonotic%2Fdarkplaces.git draw loading bar at 100% alpha again git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8882 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_screen.c b/cl_screen.c index 9caa2cd7..dfe310d0 100644 --- a/cl_screen.c +++ b/cl_screen.c @@ -791,7 +791,7 @@ void R_TimeReport_EndFrame(void) lines++; y = vid_conheight.integer - sb_lines - lines * 8; i = j = 0; - DrawQ_Fill(0, y, vid_conwidth.integer, lines * 8, 0, 0, 0, 0.5, 0); + DrawQ_Fill(0, y, vid_conwidth.integer, lines * 8, 0, 0, 0, 1, 0); while (string[i]) { j = i;