mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-30 17:50:04 +00:00 
			
		
		
		
	clang format/tidy fixes for modify_tilt_selection
This commit is contained in:
		
							parent
							
								
									81ec5f9f7a
								
							
						
					
					
						commit
						17b2db64ef
					
				
					 2 changed files with 3 additions and 4 deletions
				
			
		|  | @ -243,7 +243,7 @@ void Level2SettingsWidget::UpdateElevationSelection(float elevation) | |||
| void Level2SettingsWidget::UpdateSettings(map::MapWidget* activeMap) | ||||
| { | ||||
|    std::optional<float> currentElevationOption = activeMap->GetElevation(); | ||||
|    float                currentElevation = | ||||
|    const float          currentElevation = | ||||
|       currentElevationOption.has_value() ? *currentElevationOption : 0.0f; | ||||
|    std::vector<float> elevationCuts    = activeMap->GetElevationCuts(); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak