add ktx support for splashscreens

pull/1454/head
Bret Curtis 7 years ago
parent 5817674651
commit e517ad3f7b

@ -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…
Cancel
Save