mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'floppy-desertcity-fixes' into 'master'
DesertCity small fix See merge request veloren/veloren!3530
This commit is contained in:
commit
7ad52ba901
@ -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