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