Small change to configs name + comments

This commit is contained in:
Leonardo
2021-10-19 22:30:23 +02:00
parent d35fbb0bb3
commit 974a9b4452
5 changed files with 43 additions and 12 deletions
@@ -273,7 +273,7 @@ public class LodRenderer
ActiveRenderInfo renderInfo = mc.getGameRenderer().getMainCamera();
Vector3d cameraDir = new Vector3d(renderInfo.getLookVector());
boolean cullingDisabled = LodConfig.CLIENT.graphics.advancedOption.disableDirectionalCulling.get();
boolean cullingDisabled = LodConfig.CLIENT.graphics.advancedGraphicsOption.disableDirectionalCulling.get();
// used to determine what type of fog to render
int halfWidth = vbos.length / 2;