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
40 stars 55 forks source link

Levels Compatibility: Clear pathfinding cache after changing elevation #173

Closed JDCalvert closed 2 years ago

JDCalvert commented 2 years ago

If the Levels module is enabled, then keep track of what elevation the cache was made for. If we start pathfinding for a different height, then the walls we need to worry about may have changed, so clear the cache and start again.

manuelVo commented 2 years ago

Thanks