mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-25 18:46:52 +01: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++)
|
||||
ButtonSprite[i].Delete();
|
||||
CTxdStore::RemoveTxdSlot(ButtonsSlot);
|
||||
ButtonsSlot = -1;
|
||||
}
|
||||
#endif
|
||||
Sprite[0].Delete();
|
||||
|
Loading…
Reference in New Issue
Block a user