Graphics/TextSprite: Fix Update not invalidating instance data

Former-commit-id: 5081c4dfc534671e0a157c0f0d279940eec9b091
This commit is contained in:
Lynix 2015-06-12 14:02:15 +02:00
parent c919af8085
commit 096b420d2c
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ void NzTextSprite::Update(const NzAbstractTextDrawer& drawer)
m_localBounds = drawer.GetBounds();
InvalidateBoundingVolume();
InvalidateInstanceData(0);
clearOnFail.Reset();
}