fix missing wall bottom faces
This commit is contained in:
parent
1271789d06
commit
f8734da8e5
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ class MapRenderer:
|
|||
walls = geoms.walls.union(add_walls)
|
||||
|
||||
if walls is not None:
|
||||
engine.add_geometry(walls.filter(bottom=(not self.full_levels and engine.is_3d)),
|
||||
engine.add_geometry(walls.filter(bottom=(self.full_levels or not engine.is_3d)),
|
||||
height=geoms.default_height, fill=FillAttribs('#aaaaaa'))
|
||||
|
||||
if geoms.walls_extended and self.full_levels and engine.is_3d:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue