Improve line zoning
This commit is contained in:
+1
-1
@@ -226,5 +226,5 @@ visibleWalls p1 p2 ws
|
||||
. map f
|
||||
$ IM.toList ws
|
||||
where
|
||||
f (i,wl) = (uncurry intersectSegSeg' (_wlLine wl) p1 p2, (i,wl))
|
||||
f (i,wl) = (uncurry intersectSegSeg (_wlLine wl) p1 p2, (i,wl))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user