From f5153da01aba71c429ae349c1d5de942afa5ace8 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 30 Apr 2025 19:50:18 -0400 Subject: [PATCH] Load atex textures in Data Explorer again These got lost when the file types were refactored, now they are displayed again. --- common/src/filetypes.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/common/src/filetypes.cpp b/common/src/filetypes.cpp index f5befea..809df20 100644 --- a/common/src/filetypes.cpp +++ b/common/src/filetypes.cpp @@ -11,6 +11,7 @@ const static QMap 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},