- fixed fog density of the new renderer.

The actual value needs to be a lot lower than for Polymost due to the different projection.
This commit is contained in:
Christoph Oelckers 2021-04-03 22:51:31 +02:00
parent d7a13fc9f2
commit d71ebace97
5 changed files with 6 additions and 5 deletions

View file

@ -54,7 +54,7 @@
EXTERN_CVAR(Bool, cl_capfps)
PalEntry GlobalMapFog;
float GlobalFogDensity;
float GlobalFogDensity = 350.f;
TArray<PortalDesc> allPortals;