Fix crash on changing anti aliasing

This commit is contained in:
Sergeanur 2021-02-04 01:52:57 +02:00
parent e6d86bfab5
commit 61618389e1
1 changed files with 1 additions and 0 deletions

View File

@ -451,6 +451,7 @@ CFont::Shutdown(void)
for (int i = 0; i < MAX_BUTTON_ICONS; i++)
ButtonSprite[i].Delete();
CTxdStore::RemoveTxdSlot(ButtonsSlot);
ButtonsSlot = -1;
}
#endif
Sprite[0].Delete();