CustomTexture: also support the legacy format

This commit is contained in:
degasus
2015-01-14 21:53:05 +01:00
parent 62402efa6c
commit f9ced4eb13
2 changed files with 84 additions and 54 deletions

View File

@ -39,8 +39,6 @@ public:
};
std::vector<Level> m_levels;
static std::unordered_map<std::string, std::string> textureMap;
private:
HiresTexture() {}