fixed LevelPos and colors

This commit is contained in:
Leonardo
2021-08-26 14:28:27 +02:00
parent 74e4744ff7
commit 70317a37cb
5 changed files with 19 additions and 19 deletions
@@ -413,7 +413,7 @@ public class LodDimension
LodRegion region = getRegion(levelPos);
boolean nodeAdded = region.setData(levelPos, lodDataPoint, generationMode.complexity);
boolean nodeAdded = region.addData(levelPos, lodDataPoint, generationMode.complexity);
// only save valid LODs to disk
if (!dontSave && fileHandler != null)
{