mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-31 20:26:43 +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