Graphics/TextSprite: Optimize Update method
Make it keep established connections instead of clearing everything and connecting again Former-commit-id: abe315a03ba19059a9a867c23780c2f8cd34345b
This commit is contained in:
@@ -65,6 +65,7 @@ namespace Nz
|
||||
|
||||
struct AtlasSlots
|
||||
{
|
||||
bool used;
|
||||
NazaraSlot(AbstractAtlas, OnAtlasCleared, clearSlot);
|
||||
NazaraSlot(AbstractAtlas, OnAtlasLayerChange, layerChangeSlot);
|
||||
NazaraSlot(AbstractAtlas, OnAtlasRelease, releaseSlot);
|
||||
|
||||
Reference in New Issue
Block a user