diff --git a/src/utils/Decompressor.cpp b/src/utils/Decompressor.cpp index b12ba0e..2dc808e 100644 --- a/src/utils/Decompressor.cpp +++ b/src/utils/Decompressor.cpp @@ -49,7 +49,7 @@ DataChunk* Decompressor::DecodeTKMK00(const std::vector& buffer, const SPDLOG_INFO("RUN?"); tkmk00_decode(in_buf, decompressed, rgba, alpha); SPDLOG_INFO("RUN2?"); - gCachedChunks[offset] = new DataChunk{ decompressed, size }; + gCachedChunks[offset] = new DataChunk{ rgba, size }; return gCachedChunks[offset]; }