forked from teamnwah/openmw-tes3coop
Consider all splash screens in the Splash folder (Fixes #1416)
This commit is contained in:
parent
927ae00454
commit
2ec324c80b
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ namespace MWGui
|
|||
Ogre::StringVector groups = Ogre::ResourceGroupManager::getSingleton().getResourceGroups ();
|
||||
for (Ogre::StringVector::iterator it = groups.begin(); it != groups.end(); ++it)
|
||||
{
|
||||
Ogre::StringVectorPtr resourcesInThisGroup = Ogre::ResourceGroupManager::getSingleton ().findResourceNames (*it, "Splash_*.tga");
|
||||
Ogre::StringVectorPtr resourcesInThisGroup = Ogre::ResourceGroupManager::getSingleton ().findResourceNames (*it, "Splash/*.tga");
|
||||
mResources.insert(mResources.end(), resourcesInThisGroup->begin(), resourcesInThisGroup->end());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue