From c082c8800c42d6f9da98ed985babc8ad2c2265a7 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 20 Jul 2018 23:33:11 +0200 Subject: Separate splitting of regions into chunks and actual parsing of chunk structure --- src/World/Region.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/World/Region.hpp') diff --git a/src/World/Region.hpp b/src/World/Region.hpp index 7a8088f..00bfd7b 100644 --- a/src/World/Region.hpp +++ b/src/World/Region.hpp @@ -42,7 +42,7 @@ class Region { public: static const size_t SIZE = 32; - typedef std::function ChunkVisitor; + typedef std::function ChunkVisitor; Region() = delete; -- cgit v1.2.3