include size of decode tree

pull/1/head
Clyne 4 years ago
parent 53a84d17ac
commit 50d13782ee

@ -269,7 +269,7 @@ public:
}
consteval static auto compressed_size() {
return sizeof(compressed_data);
return sizeof(compressed_data) + sizeof(decode_tree);
}
consteval static auto uncompressed_size() {
return data_length;

Loading…
Cancel
Save