add ktx support for splashscreens

This commit is contained in:
Bret Curtis 2017-09-14 10:06:36 +02:00
parent 5817674651
commit e517ad3f7b

View file

@ -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())