Move depth fade definition to GLDEFS

This commit is contained in:
nashmuhandes 2024-09-09 18:08:10 +08:00 committed by Nash Muhandes
commit 58fecd4b92
10 changed files with 12 additions and 16 deletions

View file

@ -394,7 +394,6 @@ void AActor::Serialize(FSerializer &arc)
A("WorldOffset", WorldOffset)
("modelData", modelData)
A("LandingSpeed", LandingSpeed)
A("DepthFadeThreshold", DepthFadeThreshold)
("unmorphtime", UnmorphTime)
("morphflags", MorphFlags)