mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-16 08:42:23 +00:00
another sky tweak
This commit is contained in:
parent
f008ca166b
commit
c49d5dd40b
@ -848,7 +848,6 @@ void SkyManager::setWeather(const MWWorld::WeatherResult& weather)
|
||||
|
||||
mSunGlare->setVisibility(weather.mGlareView * mGlareFade * strength);
|
||||
|
||||
if (strength < 0.4) strength = 0.4;
|
||||
mSun->setVisibility(weather.mGlareView * strength);
|
||||
|
||||
mAtmosphereNight->setVisible(weather.mNight && mEnabled);
|
||||
|
Loading…
x
Reference in New Issue
Block a user