diff options
-rw-r--r-- | src/chunk-scenery.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chunk-scenery.cpp b/src/chunk-scenery.cpp index 5c0c90c6..946f835a 100644 --- a/src/chunk-scenery.cpp +++ b/src/chunk-scenery.cpp @@ -199,7 +199,7 @@ void chunk::ensure_scenery_buffers(scenery_scratch_buffers bufs) size_t len; - if (len_ > 1 << 17) + if (len_ > 1 << 20) len = len_; else len = std::bit_ceil(len_); |