diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-05-05 13:02:01 -0600 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2024-05-05 13:03:01 -0600 |
| commit | d84de4189aeb724a68136924e8da3c974bbf44ee (patch) | |
| tree | acd283266edde78642f82585e0447bbe091a9c5f /src | |
| parent | ab073f570643d096a6ef895b8374f601a59aaae7 (diff) | |
Update Decompressor.cpp
Diffstat (limited to 'src')
| -rw-r--r-- | src/utils/Decompressor.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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<uint8_t>& 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]; } |
