manuelVo / foundryvtt-drag-ruler

A Foundry VTT module that shows a ruler when dragging tokens so you can see how far you've dragged them
MIT License
39 stars 52 forks source link

[Issue] Pathfinding doesn't work #259

Closed CixrTyx closed 1 year ago

CixrTyx commented 1 year ago

Pathfinding is not currently working. When turned on for Pathfinding for Players, and Use Pathfinding as Default; dragruler no longer works at all. Can you fix this?

CixrTyx commented 1 year ago

Drag Ruler pathfinding doesn't work will you be updating this anytime soon? This feature is an essential feature for my games.

manuelVo commented 1 year ago

Since caewok has mentioned this from one of his issues: Does this issue happen with all modules except Drag Ruler and routinglib disabled?

caewok commented 1 year ago

Fixed in Light/Sound Mask v0.6.4. The issue was that Light Mask was checking edges against a cache, but the edges passed to the sweep from pathfinder were not constructed the same as the typical edge used in sweep, so it was erroring out. A simple check avoids the issue.