mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 10:10:05 +00:00 
			
		
		
		
	clang format/tidy fixes for level2_chunks
This commit is contained in:
		
							parent
							
								
									16a73ed872
								
							
						
					
					
						commit
						f481d57ed1
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -254,8 +254,8 @@ void Level2SettingsWidget::UpdateSettings(map::MapWidget* activeMap) | |||
|    std::optional<float> currentElevationOption = activeMap->GetElevation(); | ||||
|    const float          currentElevation = | ||||
|       currentElevationOption.has_value() ? *currentElevationOption : 0.0f; | ||||
|    std::vector<float> elevationCuts = activeMap->GetElevationCuts(); | ||||
|    const float incomingElevation    = activeMap->GetIncomingLevel2Elevation(); | ||||
|    const std::vector<float> elevationCuts = activeMap->GetElevationCuts(); | ||||
|    const float incomingElevation = activeMap->GetIncomingLevel2Elevation(); | ||||
| 
 | ||||
|    if (p->elevationCuts_ != elevationCuts) | ||||
|    { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak