mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-08-13 18:24:28 +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
|
#endif
|
||||||
|
|
||||||
|
// matches the behavior of fog controller
|
||||||
|
if ( GameRules()->IsOfficialMap() )
|
||||||
|
{
|
||||||
|
m_skyboxData.fog.radial = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user