From d84de4189aeb724a68136924e8da3c974bbf44ee Mon Sep 17 00:00:00 2001 From: MegaMech Date: Sun, 5 May 2024 13:02:01 -0600 Subject: Update Decompressor.cpp --- src/utils/Decompressor.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/utils/Decompressor.cpp b/src/utils/Decompressor.cpp index 2dc808e..840a901 100644 --- a/src/utils/Decompressor.cpp +++ b/src/utils/Decompressor.cpp @@ -46,9 +46,7 @@ DataChunk* Decompressor::DecodeTKMK00(const std::vector& buffer, const const auto decompressed = new uint8_t[size]; const auto rgba = new uint8_t[size]; - SPDLOG_INFO("RUN?"); tkmk00_decode(in_buf, decompressed, rgba, alpha); - SPDLOG_INFO("RUN2?"); gCachedChunks[offset] = new DataChunk{ rgba, size }; return gCachedChunks[offset]; } -- cgit v1.2.3