mirror of
https://github.com/edubart/otclient.git
synced 2025-10-19 05:53:26 +02:00
questlog module complete
This commit is contained in:
@@ -33,7 +33,7 @@ public:
|
||||
static TexturePtr loadPNG(std::stringstream& file);
|
||||
|
||||
private:
|
||||
std::map<std::string, TextureWeakPtr> m_textures;
|
||||
std::unordered_map<std::string, TextureWeakPtr> m_textures;
|
||||
};
|
||||
|
||||
extern TextureManager g_textures;
|
||||
|
Reference in New Issue
Block a user