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