mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-21 11:23:51 +00:00
removed redundant case smashing
This commit is contained in:
parent
fdf80c1c4f
commit
738a54337d
1 changed files with 0 additions and 1 deletions
|
@ -290,7 +290,6 @@ void WeatherManager::update(float duration)
|
|||
if (exterior)
|
||||
{
|
||||
std::string regionstr = Misc::StringUtils::lowerCase(MWBase::Environment::get().getWorld()->getPlayer().getPlayer().getCell()->mCell->mRegion);
|
||||
Misc::StringUtils::toLower(regionstr);
|
||||
|
||||
if (mWeatherUpdateTime <= 0 || regionstr != mCurrentRegion)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue