Move inner wall creation
This commit is contained in:
+2
-2
@@ -64,8 +64,8 @@ makePath = concat . map _rmPath . flatten
|
||||
-- consider nubbing walls after dividing them
|
||||
wallsFromTree :: Tree Room -> IM.IntMap Wall
|
||||
wallsFromTree t =
|
||||
createInnerWalls
|
||||
. divideWalls
|
||||
-- createInnerWalls
|
||||
divideWalls
|
||||
. assignKeys
|
||||
. foldr cutWalls [] -- $ map (map (g . roundPoint2))
|
||||
-- . map (map roundPoint2)
|
||||
|
||||
Reference in New Issue
Block a user