1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-21 09:53:50 +00:00

Fix wrong BSA group name typo

This commit is contained in:
scrawl 2013-04-12 23:40:30 +02:00
parent 23b477a938
commit 86bac7aa92

View file

@ -176,7 +176,7 @@ void OMW::Engine::loadBSA()
if (mFileCollections.doesExist(*archive))
{
// Last BSA has the highest priority
std::string groupName = "DataBSA" + Ogre::StringConverter::toString(dataDirs.size()-i);
std::string groupName = "DataBSA" + Ogre::StringConverter::toString(mArchives.size()-i);
Ogre::ResourceGroupManager::getSingleton ().createResourceGroup (groupName);