mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 03:20:05 +00:00 
			
		
		
		
	modified comments from TODO to question. Still needs checking
This commit is contained in:
		
							parent
							
								
									3629dd36f2
								
							
						
					
					
						commit
						e62ef3a7f3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -206,7 +206,7 @@ void MarkerManager::Impl::ReadMarkerSettings() | ||||||
|          } |          } | ||||||
| 
 | 
 | ||||||
|          util::TextureAtlas& textureAtlas = util::TextureAtlas::Instance(); |          util::TextureAtlas& textureAtlas = util::TextureAtlas::Instance(); | ||||||
|          textureAtlas.BuildAtlas(2048, 2048); // TODO should code be moved to ResourceManager (probrably)
 |          textureAtlas.BuildAtlas(2048, 2048); // Should this code be moved to ResourceManager?
 | ||||||
| 
 | 
 | ||||||
|          logger_->debug("{} location marker entries", markerRecords_.size()); |          logger_->debug("{} location marker entries", markerRecords_.size()); | ||||||
|       } |       } | ||||||
|  | @ -457,7 +457,7 @@ void MarkerManager::add_icon(const std::string& name, bool startup) | ||||||
|    if (!startup) |    if (!startup) | ||||||
|    { |    { | ||||||
|       util::TextureAtlas& textureAtlas = util::TextureAtlas::Instance(); |       util::TextureAtlas& textureAtlas = util::TextureAtlas::Instance(); | ||||||
|       textureAtlas.BuildAtlas(2048, 2048); // TODO should code be moved to ResourceManager (probrably)
 |       textureAtlas.BuildAtlas(2048, 2048); // Should this code be moved to ResourceManager?
 | ||||||
|       Q_EMIT IconAdded(name); |       Q_EMIT IconAdded(name); | ||||||
|    } |    } | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak