From 3dc6362599e85c9978ec4e9676ebcda3ab52beaf Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 1 Oct 2022 20:04:07 +0200 Subject: a --- chunk.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chunk.hpp') diff --git a/chunk.hpp b/chunk.hpp index 99ad1778..af2e5b13 100644 --- a/chunk.hpp +++ b/chunk.hpp @@ -27,9 +27,8 @@ struct chunk_coords final { struct chunk_sampler_array final { using shared_sampler = std::shared_ptr; - using sampler_tuple = std::pair; + static constexpr inline int MAX_SAMPLERS = 32; - static constexpr inline int MAX_SAMPLERS = 16; std::vector> samplers; std::array sampler_map = {}; -- cgit v1.2.3