Fix block wall rendering

This commit is contained in:
jgk
2021-03-21 13:19:38 +01:00
parent 19fa3c1667
commit 8108772894
4 changed files with 0 additions and 24 deletions
-9
View File
@@ -573,17 +573,8 @@ data Wall
, _wlIsSeeThrough :: Bool
, _blVisible :: Bool
, _blDegrades :: [Int]
, _wlCastShadow :: Bool
, _blShadows :: [Int]
}
| MultiBlock
{ _wlLine :: [Point2]
, _wlID :: Int
, _wlColor :: Color
, _wlSeen :: Bool
, _wlIsSeeThrough :: Bool
, _subWalls :: [Wall]
}
data ForceField = FF { _ffLine :: [Point2] , _ffID :: Int
, _ffColor :: Color