Partial fix to level generation
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ wallsFromTree t =
|
||||
. divideWalls
|
||||
. assignKeys
|
||||
. foldr cutWalls [] -- $ map (map (g . roundPoint2))
|
||||
. map (map roundPoint2)
|
||||
-- . map (map roundPoint2)
|
||||
$ (concatMap _rmPolys $ flatten t)
|
||||
where
|
||||
assignKeys = IM.fromList . zip [0..] . zipWith f [0..]
|
||||
|
||||
Reference in New Issue
Block a user