From c49d5dd40bc8c044e0194f1b6a9fb0f312a8582d Mon Sep 17 00:00:00 2001 From: scrawl Date: Fri, 6 Apr 2012 19:23:19 +0200 Subject: [PATCH] another sky tweak --- apps/openmw/mwrender/sky.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/openmw/mwrender/sky.cpp b/apps/openmw/mwrender/sky.cpp index d22f20a22..188ec3b83 100644 --- a/apps/openmw/mwrender/sky.cpp +++ b/apps/openmw/mwrender/sky.cpp @@ -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);