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;
|
boost::filesystem::path musics_path;
|
||||||
|
|
||||||
std::unordered_map<
|
std::unordered_map<
|
||||||
boost::filesystem::path,
|
std::string,
|
||||||
std::shared_ptr<sf::Image>
|
std::shared_ptr<sf::Image>
|
||||||
> images_cache;
|
> images_cache;
|
||||||
|
|
||||||
std::unordered_map<
|
std::unordered_map<
|
||||||
boost::filesystem::path,
|
std::string,
|
||||||
std::shared_ptr<sf::Texture>
|
std::shared_ptr<sf::Texture>
|
||||||
> textures_cache;
|
> textures_cache;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue