lava ID fix

This commit is contained in:
NULL511
2024-02-07 10:01:25 -05:00
parent cb6d4a1471
commit bddf9c85e8
@@ -277,7 +277,7 @@ public class RenderBufferHandler implements AutoCloseable
try
{
if (enableFrustumCulling)
if (enableFrustumCulling && frustum != null)
{
DhLodPos lodBounds = renderSection.pos.getSectionBBoxPos();
int blockMinX = lodBounds.getMinX().toBlockWidth();