default renderable box group to clean

This commit is contained in:
James Seibel
2026-03-14 15:25:44 -05:00
parent 8a39610b8c
commit 082b364f52
@@ -56,7 +56,7 @@ public class RenderableBoxGroup
public boolean active = true;
public boolean ssaoEnabled = true;
private boolean vertexDataDirty = true;
private boolean vertexDataDirty = false;
public byte skyLight = LodUtil.MAX_MC_LIGHT;
public byte blockLight = LodUtil.MIN_MC_LIGHT;