Update LevelRenderer.h

This commit is contained in:
GabsPuNs
2026-06-05 20:42:33 -04:00
parent 9e55c1bff0
commit a792424499

View File

@@ -50,7 +50,7 @@ public:
static constexpr int CHUNK_Y_COUNT = Level::maxBuildHeight / CHUNK_SIZE;
static constexpr int MAX_COMMANDBUFFER_ALLOCATIONS = 2047 * 2048 * 2048; // DURANGO: 512. ORBIS: 448. PS3: 110. X360: 55
static constexpr int MAX_COMMANDBUFFER_ALLOCATIONS = 512 * 2048 * 2048; // DURANGO: 512. ORBIS: 448. PS3: 110. X360: 55
public:
LevelRenderer(Minecraft *mc, Textures *textures);