Rename MULTI_LOD to VOXEL

This commit is contained in:
James Seibel
2021-09-27 20:17:33 -05:00
parent cc3e1d1b12
commit 86406fd12b
6 changed files with 9 additions and 8 deletions
@@ -190,7 +190,7 @@ public class LodDimensionFileHandler
case HEIGHTMAP:
region.addLevel(new SingleLevelContainer(data));
break;
case MULTI_LOD:
case VOXEL:
region.addLevel(new VerticalLevelContainer(data));
break;
}