mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-03-03 17:15:24 +03:00
Fix radial fog not being enabled in 3D sky on official maps
This commit is contained in:
parent
0651ee54e0
commit
c496173cf3
@ -146,4 +146,10 @@ void CSkyCamera::Activate( )
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
// matches the behavior of fog controller
|
||||
if ( GameRules()->IsOfficialMap() )
|
||||
{
|
||||
m_skyboxData.fog.radial = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user