Merge branch 'develop' into pathfinding-difficult-terrain

This commit is contained in:
Manuel Vögele
2022-03-08 12:52:28 +01:00
5 changed files with 12 additions and 4 deletions
+3
View File
@@ -54,6 +54,9 @@ export function extendRuler() {
else
this.draggedEntity = canvas.templates.get(data.draggedEntity);
}
else {
this.draggedEntity = undefined;
}
super.update(data);
}