diff options
Diffstat (limited to 'src/chunk.hpp')
-rw-r--r-- | src/chunk.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chunk.hpp b/src/chunk.hpp index 89892d90..f2434281 100644 --- a/src/chunk.hpp +++ b/src/chunk.hpp @@ -124,7 +124,7 @@ struct chunk final // for drawing only static constexpr size_t max_wall_quad_count = - TILE_COUNT*Wall::Direction_COUNT*Wall::Group_COUNT; + TILE_COUNT*Wall::Direction_COUNT*(Wall::Group_COUNT+4); private: struct ground_stuff |