Fixed the artifacts (was caused by wrong array initialisation) and added the reset to while changing dimension

This commit is contained in:
Leonardo
2021-09-22 19:38:04 +02:00
parent da413f594e
commit d65bfd408e
9 changed files with 127 additions and 89 deletions
@@ -125,7 +125,7 @@ public class LodConfig
+ DetailDropOff.BY_BLOCK + " in chunks circles around the player (best quality option, may cause stuttering)\n"
+ DetailDropOff.BY_REGION_FANCY + " in regions circles around the player (quality option)\n"
+ DetailDropOff.BY_REGION_FAST + " in regions circles around the player (performance option)\n")
.defineEnum("detailDropOff", DetailDropOff.BY_REGION_FAST);
.defineEnum("detailDropOff", DetailDropOff.BY_BLOCK);
drawResolution = builder
.comment("\n\n"