mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-13 21:40:11 +00:00
Fix wrong BSA group name typo
This commit is contained in:
parent
23b477a938
commit
86bac7aa92
@ -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…
x
Reference in New Issue
Block a user