summaryrefslogtreecommitdiffstats
path: root/src/Section.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Section.hpp')
-rw-r--r--src/Section.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Section.hpp b/src/Section.hpp
index 5422cf3..c7deeb1 100644
--- a/src/Section.hpp
+++ b/src/Section.hpp
@@ -28,6 +28,8 @@ struct PackedSection {
PackedSection(Vector position, byte *dataBlocks, size_t dataBlocksLength, byte *dataLight, byte *dataSky, byte bitsPerBlock,
std::vector<unsigned short> palette);
+
+ PackedSection() = default;
};
class Section {