mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-30 17:00:05 +00:00 
			
		
		
		
	Use layer names in ImGui Context names
This commit is contained in:
		
							parent
							
								
									ec296d98eb
								
							
						
					
					
						commit
						2be140d291
					
				
					 9 changed files with 38 additions and 25 deletions
				
			
		|  | @ -143,7 +143,8 @@ public: | |||
| }; | ||||
| 
 | ||||
| OverlayLayer::OverlayLayer(std::shared_ptr<MapContext> context) : | ||||
|     DrawLayer(context), p(std::make_unique<OverlayLayerImpl>(this, context)) | ||||
|     DrawLayer(context, "OverlayLayer"), | ||||
|     p(std::make_unique<OverlayLayerImpl>(this, context)) | ||||
| { | ||||
|    AddDrawItem(p->activeBoxOuter_); | ||||
|    AddDrawItem(p->activeBoxInner_); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak