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:
parent
23b477a938
commit
86bac7aa92
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue