Fixed tokenSize linking to token.depth

This commit is contained in:
WBHarry 2026-05-22 23:01:22 +02:00
parent 5d6efb0221
commit fcc8947555
4 changed files with 11 additions and 5 deletions

View file

@ -15,6 +15,7 @@ export default class DhTokenManager {
if (tokenSize && actor.system.size !== CONFIG.DH.ACTOR.tokenSize.custom.id) {
tokenData.width = tokenSize;
tokenData.height = tokenSize;
tokenData.depth = tokenSize;
}
}