things
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user