Scale entity alpha values by 0.666f.

This makes the black hole generator (the rotating circles) in command
looking great again. :)
This commit is contained in:
Yamagi Burmeister 2017-04-27 17:33:40 +02:00
parent 79e9c8c3d0
commit a31c309f68
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ DrawAliasFrameLerp(dmdl_t *paliashdr, float backlerp)
if (currententity->flags & RF_TRANSLUCENT)
{
alpha = currententity->alpha;
alpha = currententity->alpha * 0.666f;
}
else
{