fix typo in LodQuadTree

This commit is contained in:
James Seibel
2024-12-12 07:44:05 -06:00
parent 688312b5e7
commit cf8a9dc269
@@ -241,7 +241,7 @@ public class LodQuadTree extends QuadTree<LodRenderSection> implements IDebugRen
if (renderSection == null)
{
renderSection = new LodRenderSection(sectionPos, this, this.level, this.fullDataSourceProvider);
rootNode.setValue(sectionPos, renderSection);
quadNode.setValue(sectionPos, renderSection);
}