Fix autodoor wall rendering

This commit is contained in:
2021-03-21 13:10:07 +01:00
parent 4dc1f8e6bf
commit 19fa3c1667
4 changed files with 16 additions and 44 deletions
-1
View File
@@ -553,7 +553,6 @@ data Wall
, _wlDraw :: Maybe (Wall -> Drawing)
, _wlSeen :: Bool
, _wlIsSeeThrough :: Bool
, _wlCastShadow :: Bool
}
| Door
{ _wlLine :: [Point2] , _wlID :: Int