|
|
|
@ -151,7 +151,8 @@ class DirArchive: public Ogre::FileSystemArchive
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
std::string folder = copy.substr(0, i); //folder with no slash
|
|
|
|
|
std::vector<std::string> current = m[folder];
|
|
|
|
|
|
|
|
|
|
std::vector<std::string>& current = m[folder];
|
|
|
|
|
|
|
|
|
|
for(std::vector<std::string>::iterator iter = current.begin(); iter != current.end(); iter++)
|
|
|
|
|
{
|
|
|
|
|