1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 22:23:51 +00:00

another sky tweak

This commit is contained in:
scrawl 2012-04-06 19:23:19 +02:00
parent f008ca166b
commit c49d5dd40b

View file

@ -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);