mirror of
https://bitbucket.org/CPMADevs/cnq3
synced 2024-11-23 04:12:42 +00:00
more static memory for cpm3b_b1
This commit is contained in:
parent
f8567ecba0
commit
e13385ed05
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue