diff --git a/src/Nazara/Graphics/TextSprite.cpp b/src/Nazara/Graphics/TextSprite.cpp index 417fe20c7..944a983d1 100644 --- a/src/Nazara/Graphics/TextSprite.cpp +++ b/src/Nazara/Graphics/TextSprite.cpp @@ -238,6 +238,7 @@ void NzTextSprite::Update(const NzAbstractTextDrawer& drawer) m_localBounds = drawer.GetBounds(); InvalidateBoundingVolume(); + InvalidateInstanceData(0); clearOnFail.Reset(); }