Graphics/TextSprite: Fix scale not affecting bounding volume

This commit is contained in:
Lynix
2016-11-24 09:40:04 +01:00
parent c4e837b14f
commit 3ae5bfad63
2 changed files with 3 additions and 2 deletions

View File

@@ -149,6 +149,7 @@ namespace Nz
{
m_scale = scale;
InvalidateBoundingVolume();
InvalidateVertices();
}