forked from teamnwah/openmw-tes3coop
add ktx support for splashscreens
This commit is contained in:
parent
5817674651
commit
e517ad3f7b
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ namespace MWGui
|
|||
mVFS->normalizeFilename(pattern);
|
||||
|
||||
/* priority given to the left */
|
||||
std::list<std::string> supported_extensions = {".tga", ".dds", ".png", ".bmp", ".jpeg", ".jpg"};
|
||||
std::list<std::string> supported_extensions = {".tga", ".dds", ".ktx", ".png", ".bmp", ".jpeg", ".jpg"};
|
||||
|
||||
auto found = index.lower_bound(pattern);
|
||||
while (found != index.end())
|
||||
|
|
Loading…
Reference in a new issue