mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 03:20:05 +00:00 
			
		
		
		
	Add radar wireframe debug menu selection
This commit is contained in:
		
							parent
							
								
									77e02b76b1
								
							
						
					
					
						commit
						f010ea8fad
					
				
					 7 changed files with 53 additions and 5 deletions
				
			
		|  | @ -728,6 +728,18 @@ std::uint16_t MapWidget::GetVcp() const | |||
|    } | ||||
| } | ||||
| 
 | ||||
| bool MapWidget::GetRadarWireframeEnabled() const | ||||
| { | ||||
|    return p->context_->settings().radarWireframeEnabled_; | ||||
| } | ||||
| 
 | ||||
| void MapWidget::SetRadarWireframeEnabled(bool wireframeEnabled) | ||||
| { | ||||
|    p->context_->settings().radarWireframeEnabled_ = wireframeEnabled; | ||||
|    QMetaObject::invokeMethod( | ||||
|       this, static_cast<void (QWidget::*)()>(&QWidget::update)); | ||||
| } | ||||
| 
 | ||||
| bool MapWidget::GetSmoothingEnabled() const | ||||
| { | ||||
|    return p->smoothingEnabled_; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat