This commit is contained in:
Rachael Alexanderson 2017-01-01 10:54:19 -05:00
commit c7dce79831
18 changed files with 4637 additions and 27 deletions

View file

@ -56,6 +56,7 @@ struct FColormap
LightColor = from->Color;
desaturation = from->Desaturate;
FadeColor = from->Fade;
FadeColor.a = 0;
blendfactor = from->Color.a;
fogdensity = from->Fade.a*2;
return * this;