Correction type d'indexation des caches du gestionnaire de ressources
This commit is contained in:
		
							parent
							
								
									6524d8b58a
								
							
						
					
					
						commit
						3f253fda65
					
				|  | @ -24,12 +24,12 @@ private: | |||
|     boost::filesystem::path musics_path; | ||||
| 
 | ||||
|     std::unordered_map< | ||||
|         boost::filesystem::path, | ||||
|         std::string, | ||||
|         std::shared_ptr<sf::Image> | ||||
|     > images_cache; | ||||
| 
 | ||||
|     std::unordered_map< | ||||
|         boost::filesystem::path, | ||||
|         std::string, | ||||
|         std::shared_ptr<sf::Texture> | ||||
|     > textures_cache; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue