Graphics/TextSprite: Fix AABB when scale is used

This commit is contained in:
SirLynix 2023-07-14 14:18:44 +02:00
parent ff491eddc7
commit 6308553886
1 changed files with 2 additions and 0 deletions

View File

@ -214,6 +214,8 @@ namespace Nz
indices->count++;
}
bounds.Scale(scale);
UpdateAABB(bounds);
OnElementInvalidated(this);