Fixed crash, enabled static lightning flag
This commit is contained in:
parent
739bb6fd97
commit
fa769aa3e0
|
@ -21,7 +21,7 @@ GlobalDefaultServerGameMode=/Game/Carla/Blueprints/Game/CarlaGameMode.CarlaGameM
|
||||||
r.DefaultFeature.MotionBlur=True
|
r.DefaultFeature.MotionBlur=True
|
||||||
r.BasePassOutputsVelocity=True
|
r.BasePassOutputsVelocity=True
|
||||||
r.BasePassForceOutputsVelocity=False
|
r.BasePassForceOutputsVelocity=False
|
||||||
r.AllowStaticLighting=False
|
r.AllowStaticLighting=True
|
||||||
r.DiscardUnusedQuality=True
|
r.DiscardUnusedQuality=True
|
||||||
r.DefaultFeature.Bloom=False
|
r.DefaultFeature.Bloom=False
|
||||||
r.DefaultFeature.AmbientOcclusion=False
|
r.DefaultFeature.AmbientOcclusion=False
|
||||||
|
|
Loading…
Reference in New Issue