- converted FBehavior::StaticSerializeModuleStates.

- removed some code which is no longer needed.
This commit is contained in:
Christoph Oelckers 2016-09-20 11:35:25 +02:00
commit cf1e6d5275
10 changed files with 60 additions and 115 deletions

View file

@ -99,12 +99,6 @@ static struct LegacyInit
#endif
FArchive &operator<< (FArchive &arc, FRenderStyle &style)
{
arc << style.BlendOp << style.SrcAlpha << style.DestAlpha << style.Flags;
return arc;
}
double GetAlpha(int type, double alpha)
{
switch (type)