Forgot to SmoothLerp

This commit is contained in:
Andrei Drexler 2011-03-10 20:26:21 +00:00
parent 880d2c0057
commit c97e7eae07

View file

@ -2278,7 +2278,7 @@ static void CG_DrawVote(void)
int begin = cg.time - cgs.voteTime;
int end = VOTE_TIME - begin;
int min = begin < end ? begin : end;
alpha = Com_Clamp(0.f, 1.f, min / (1000.f * 0.125f));
alpha = SmoothLerp(Com_Clamp(0.f, 1.f, min / (1000.f * 0.125f)));
}
// slide in //