- converted FBehavior::StaticSerializeModuleStates.
- removed some code which is no longer needed.
This commit is contained in:
parent
42e38f6cc1
commit
cf1e6d5275
10 changed files with 60 additions and 115 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue