This commit is contained in:
mcrcortex
2025-12-15 10:01:51 +10:00
parent 561337e10c
commit c4f799ff53
2 changed files with 1 additions and 2 deletions

View File

@@ -31,7 +31,6 @@ public class VoxyConfig {
public float subDivisionSize = 64;
public boolean renderVanillaFog = false;
public boolean useEnvironmentalFog = false;
public boolean renderStatistics = false;
public boolean dontUseSodiumBuilderThreads = false;
private static VoxyConfig loadOrCreate() {

View File

@@ -136,7 +136,7 @@ public class VoxyRenderSystem {
this.nodeManager::addTopLevel,
this.nodeManager::removeTopLevel);
this.renderDistanceTracker.setRenderDistance(VoxyConfig.CONFIG.sectionRenderDistance);
this.setRenderDistance(VoxyConfig.CONFIG.sectionRenderDistance);
}
this.chunkBoundRenderer = new ChunkBoundRenderer(this.pipeline);