Update all moved tokens at once (provides a huge performance bump)

This commit is contained in:
Manuel Vögele
2021-04-27 20:28:44 +02:00
parent 70b166d844
commit 2691720090
2 changed files with 48 additions and 28 deletions
+5
View File
@@ -1,3 +1,8 @@
## In development
### Bugfixes
- Greatly increased the performance when playing on huge maps and when moving many tokens at once.
## 1.5.4
### Bugfixes
- Fixed a bug that prevented tokens from being moved when their movement history collides with a wall. ([#61](https://github.com/manuelVo/foundryvtt-drag-ruler/issues/61))