Fix backtracking bug
This commit is contained in:
@@ -5,7 +5,7 @@ import Geometry
|
||||
extractRoomPos :: RoomPos -> (Point2,Float)
|
||||
extractRoomPos rp = case rp of
|
||||
UsedOutLink _ p a -> (p,a)
|
||||
UsedInLink p a -> (p,a)
|
||||
UsedInLink _ p a -> (p,a)
|
||||
UnusedLink p a -> (p,a)
|
||||
PosPl p a -> (p,a)
|
||||
LabPos _ rp' -> extractRoomPos rp'
|
||||
|
||||
Reference in New Issue
Block a user