Graphics/TextSprite: Fix Update not invalidating instance data
Former-commit-id: 5081c4dfc534671e0a157c0f0d279940eec9b091
This commit is contained in:
parent
c919af8085
commit
096b420d2c
|
|
@ -238,6 +238,7 @@ void NzTextSprite::Update(const NzAbstractTextDrawer& drawer)
|
|||
m_localBounds = drawer.GetBounds();
|
||||
|
||||
InvalidateBoundingVolume();
|
||||
InvalidateInstanceData(0);
|
||||
|
||||
clearOnFail.Reset();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue