Graphics/InstancedRenderable: Add signal to tell some renderables need to be rebuild

This commit is contained in:
Jérôme Leclercq
2021-11-21 19:06:10 +01:00
parent d040cc6767
commit 8f1cc79dc2
6 changed files with 19 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ namespace Nz
{
m_atlases.clear();
m_vertices.clear();
OnElementInvalidated(this);
}
inline void TextSprite::SetMaterial(std::shared_ptr<Material> material)