fix repeated texture allocation bug

This commit is contained in:
Eduardo Bart
2012-04-24 13:18:45 -03:00
parent 7526315d12
commit 9cf40d7f53
5 changed files with 21 additions and 16 deletions

View File

@@ -52,7 +52,7 @@ public:
std::list<std::string> listDirectoryFiles(const std::string& directoryPath = "");
std::string checkPath(const std::string& path);
std::string resolvePath(const std::string& path);
std::string getBaseDir();
};