mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-01 04:20:52 +02:00
Fix crash on changing anti aliasing
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user