From 370eb6c16ca3f725ad71d5d3a8e22e159183606b Mon Sep 17 00:00:00 2001 From: etorth Date: Wed, 8 Nov 2023 22:16:11 -0800 Subject: [PATCH] f --- tools/wtldecoder/src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/wtldecoder/src/main.cpp b/tools/wtldecoder/src/main.cpp index 36f1a42b3..0b7955873 100644 --- a/tools/wtldecoder/src/main.cpp +++ b/tools/wtldecoder/src/main.cpp @@ -520,8 +520,7 @@ struct WTLLibrary if (Images[index]->Texture.empty()) { seek_fileptr(_fStream, _indexList[index] + 16, SEEK_SET); - // Images[index]->CreateTexture(_fStream); - Images[index]->DecompressV1Texture(_fStream); + Images[index]->CreateTexture(_fStream); Images[index]->Texture.toARGB(); imgf::saveImageBuffer(Images[index]->Texture.data.data(), Images[index]->THeader.width, Images[index]->THeader.height, str_printf("%d.png", index).c_str());