Fix reversed impulse pathfinding bug

This commit is contained in:
2025-10-16 12:07:10 +01:00
parent df85624a49
commit 3bfe6f5dfd
9 changed files with 169 additions and 166 deletions
+1
View File
@@ -78,6 +78,7 @@ data Intention = Intention
, _mvToPoint :: Maybe Point2
, _viewPoint :: Maybe Point2
}
deriving (Show)
--deriving (Eq, Show, Read) --Generic, Flat)