diff --git a/src/Nazara/Graphics/TextSprite.cpp b/src/Nazara/Graphics/TextSprite.cpp index 2118f4bc9..2c410d7bd 100644 --- a/src/Nazara/Graphics/TextSprite.cpp +++ b/src/Nazara/Graphics/TextSprite.cpp @@ -214,6 +214,8 @@ namespace Nz indices->count++; } + bounds.Scale(scale); + UpdateAABB(bounds); OnElementInvalidated(this);