From ab073f570643d096a6ef895b8374f601a59aaae7 Mon Sep 17 00:00:00 2001 From: MegaMech Date: Sun, 5 May 2024 08:36:47 -0600 Subject: Update Decompressor.cpp --- src/utils/Decompressor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/Decompressor.cpp') 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]; } -- cgit v1.2.3