mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 02:29:01 +00:00
Fix crash on changing anti aliasing
This commit is contained in:
parent
e6d86bfab5
commit
61618389e1
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue