From e13385ed05e1b662c6a8a0a732fbf1aa08007211 Mon Sep 17 00:00:00 2001 From: myT <> Date: Sun, 18 Jun 2023 02:44:31 +0200 Subject: [PATCH] more static memory for cpm3b_b1 --- code/renderer/grp_local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/renderer/grp_local.h b/code/renderer/grp_local.h index 22f34bb..dbd92cb 100644 --- a/code/renderer/grp_local.h +++ b/code/renderer/grp_local.h @@ -364,7 +364,7 @@ struct World // static GeometryBuffers statBuffers; - StaticGeometryChunk statChunks[16384]; + StaticGeometryChunk statChunks[32768]; uint32_t statChunkCount; uint32_t statIndices[1 << 20]; uint32_t statIndexCount;