mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
Update Decompressor.cpp
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user