diff --git a/Minecraft.Client/LevelRenderer.h b/Minecraft.Client/LevelRenderer.h index f0892e6f..3912929c 100644 --- a/Minecraft.Client/LevelRenderer.h +++ b/Minecraft.Client/LevelRenderer.h @@ -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);