This commit is contained in:
=
2024-05-02 18:32:48 -06:00
committed by Lywx
parent ce958fdb4f
commit 4b21686e66
-1
View File
@@ -18,7 +18,6 @@ DataChunk* Decompressor::Decode(const std::vector<uint8_t>& buffer, const uint32
const unsigned char* in_buf = buffer.data() + offset;
SPDLOG_INFO("Offset: 0x{:X}", offset);
switch (type) {
case CompressionType::MIO0: {
mio0_header_t head;