mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
DesertCity small fix
This commit is contained in:
parent
900454552a
commit
4ccec12dc7
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user