Broken implementation of window colours, move towards stencil ceilings
This commit is contained in:
@@ -32,7 +32,7 @@ updateEdgesWall is w =
|
||||
hack w'
|
||||
| null is = w'
|
||||
| otherwise =
|
||||
(foldMap Sum $ w' ^.. cWorld . incGraph . each . each . seObstacles . to length)
|
||||
foldMap Sum (w' ^.. cWorld . incGraph . each . each . seObstacles . to length)
|
||||
`seq` w'
|
||||
|
||||
updateEdgesWall' :: S.Set (Int, Int) -> World -> World
|
||||
|
||||
Reference in New Issue
Block a user