1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-05-03 16:37:46 +00:00

Load atex textures in Data Explorer again

These got lost when the file types were refactored, now they are
displayed again.
This commit is contained in:
Joshua Goins 2025-04-30 19:50:18 -04:00
parent dab4a698b2
commit f5153da01a

View file

@ -11,6 +11,7 @@ const static QMap<QString, FileType> extensionToType{{QStringLiteral("exl"), Fil
{QStringLiteral("exd"), FileType::ExcelData},
{QStringLiteral("mdl"), FileType::Model},
{QStringLiteral("tex"), FileType::Texture},
{QStringLiteral("atex"), FileType::Texture},
{QStringLiteral("shpk"), FileType::ShaderPackage},
{QStringLiteral("cmp"), FileType::CharaMakeParams},
{QStringLiteral("sklb"), FileType::Skeleton},