Fix a config typo

This commit is contained in:
James Seibel
2021-08-12 19:41:09 -05:00
parent c3709f726c
commit bbaa583a6d
@@ -135,7 +135,7 @@ public class LodConfig
+ " " + LodDetail.DOUBLE.toString() + ": render 4 LODs for each Chunk. \n"
+ " " + LodDetail.QUAD.toString() + ": render 16 LODs for each Chunk. \n"
+ " " + LodDetail.HALF.toString() + ": render 64 LODs for each Chunk. \n")
.defineEnum("lodGeometryQuality", LodDetail.DOUBLE);
.defineEnum("lodDrawQuality", LodDetail.DOUBLE);
// TODO comment
maxGenerationDetail = builder
@@ -145,7 +145,7 @@ public class LodConfig
+ " " + LodDetail.DOUBLE.toString() + ": render 4 LODs for each Chunk. \n"
+ " " + LodDetail.QUAD.toString() + ": render 16 LODs for each Chunk. \n"
+ " " + LodDetail.HALF.toString() + ": render 64 LODs for each Chunk. \n")
.defineEnum("lodGeometryQuality", LodDetail.DOUBLE);
.defineEnum("lodGenerationQuality", LodDetail.DOUBLE);
lodChunkRadiusMultiplier = builder