mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-12-22 19:50:00 +00:00
Fix crash on changing anti aliasing
This commit is contained in:
parent
e6d86bfab5
commit
61618389e1
|
@ -451,6 +451,7 @@ CFont::Shutdown(void)
|
||||||
for (int i = 0; i < MAX_BUTTON_ICONS; i++)
|
for (int i = 0; i < MAX_BUTTON_ICONS; i++)
|
||||||
ButtonSprite[i].Delete();
|
ButtonSprite[i].Delete();
|
||||||
CTxdStore::RemoveTxdSlot(ButtonsSlot);
|
CTxdStore::RemoveTxdSlot(ButtonsSlot);
|
||||||
|
ButtonsSlot = -1;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
Sprite[0].Delete();
|
Sprite[0].Delete();
|
||||||
|
|
Loading…
Reference in a new issue