If a token has no actor, use the user's color for highlighting grid spaces (fixes #58)

This commit is contained in:
Manuel Vögele
2021-04-19 11:22:13 +02:00
parent 4b68b82590
commit 667259d5d6
2 changed files with 9 additions and 0 deletions
+6
View File
@@ -1,3 +1,9 @@
## In development
### Bugfixes
- Drag Ruler no longer prevents tokens that don't have an actor from being moved. ([#58](https://github.com/manuelVo/foundryvtt-drag-ruler/issues/58))
- Grid highlighting now also works for tokens that don't have an actor.
## 1.5.1
### Bugfixes
- The hint that tells users how to enable difficult terrain measurement in Drag Ruler is no longer shown if no terrain layer module is installed.