scale the preview map's legend according to user gui scale setting

This commit is contained in:
dags- 2020-01-22 19:28:23 +00:00
parent 1bb4954867
commit 58e7eeacae
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ public class WorldHeightmap implements Heightmap {
// the voronoi controlled terrain regions
Populator terrainRegions = new Selector(regionShape, terrainProvider.getPopulators());
// the terrain type at region edges
Populator terrainRegionBorders = new TerrainPopulator(terrainProvider.getLandforms().steppe(seed), context.terrain.steppe);
Populator terrainRegionBorders = new TerrainPopulator(terrainProvider.getLandforms().plains(seed), context.terrain.steppe);
// transitions between the unique terrain regions and the common border terrain
Populator terrain = new Lerp(

@ -1 +1 @@
Subproject commit 9701bdce1076334c9c4fb23688ef192f8638435a
Subproject commit ea48775c19ef160d26ac0722a9f5a2de9749f788