mirror of
https://github.com/edubart/otclient.git
synced 2025-12-16 05:39:47 +01: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