From c62e2cd49649109f0135e56ee8add0dab2254d01 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Sun, 20 Aug 2017 20:21:29 +0500 Subject: 2017-08-20 --- src/Section.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Section.hpp') 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 palette); + + PackedSection() = default; }; class Section { -- cgit v1.2.3