mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 00:10:06 +00:00 
			
		
		
		
	For placefile icons, only buffer texture data on texture atlas update
This commit is contained in:
		
							parent
							
								
									854d4a43db
								
							
						
					
					
						commit
						44030fdf87
					
				
					 2 changed files with 200 additions and 78 deletions
				
			
		|  | @ -62,10 +62,10 @@ PlacefileLayer::PlacefileLayer(const std::shared_ptr<MapContext>& context, | |||
|     DrawLayer(context), | ||||
|     p(std::make_unique<PlacefileLayer::Impl>(this, context, placefileName)) | ||||
| { | ||||
|    AddDrawItem(p->placefileIcons_); | ||||
|    AddDrawItem(p->placefilePolygons_); | ||||
|    AddDrawItem(p->placefileTriangles_); | ||||
|    AddDrawItem(p->placefileLines_); | ||||
|    AddDrawItem(p->placefileIcons_); | ||||
|    AddDrawItem(p->placefileText_); | ||||
| 
 | ||||
|    ReloadData(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat