Correction type d'indexation des caches du gestionnaire de ressources

This commit is contained in:
Mattéo Delabre 2016-04-20 17:01:25 +02:00
parent 6524d8b58a
commit 3f253fda65
1 changed files with 2 additions and 2 deletions

View File

@ -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;