DesertCity small fix

This commit is contained in:
flo 2022-08-12 11:34:40 +00:00 committed by Isse
parent 900454552a
commit 4ccec12dc7

View File

@ -679,7 +679,7 @@ impl Structure for DesertCityMultiPlot {
// Tower base
painter
.aabb(Aabb {
min: (tower_center - tower.length - 1).with_z(base),
min: (tower_center - tower.length - 1).with_z(base - 10),
max: (tower_center + tower.length + 1).with_z(base + 6),
})
.fill(sandstone.clone());