Rearrange zone sizes
This commit is contained in:
@@ -11,7 +11,7 @@ import Streaming
|
||||
import qualified Streaming.Prelude as S
|
||||
|
||||
zoneOfWall :: Wall -> Stream (Of (V2 Int)) Identity ()
|
||||
zoneOfWall = uncurry (zoneOfSeg wallZoneSize) . _wlLine
|
||||
zoneOfWall = uncurry (zoneOfSeg wlZoneSize) . _wlLine
|
||||
|
||||
insertWallInZones :: Wall -> World -> World
|
||||
insertWallInZones wl = wallsZone . znObjects
|
||||
|
||||
Reference in New Issue
Block a user