mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-10 20:46:55 +03:00
Merge remote-tracking branch 'scrawl/master'
This commit is contained in:
commit
c94f006307
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ namespace MWWorld
|
||||||
|
|
||||||
void load(const boost::filesystem::path& filepath, int& index)
|
void load(const boost::filesystem::path& filepath, int& index)
|
||||||
{
|
{
|
||||||
LoadersContainer::iterator it(mLoaders.find(filepath.extension().string()));
|
LoadersContainer::iterator it(mLoaders.find(Misc::StringUtils::lowerCase(filepath.extension().string())));
|
||||||
if (it != mLoaders.end())
|
if (it != mLoaders.end())
|
||||||
{
|
{
|
||||||
it->second->load(filepath, index);
|
it->second->load(filepath, index);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue