Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Fix crash on changing anti aliasing
  • Loading branch information
Sergeanur committed Feb 3, 2021
1 parent e6d86bf commit 61618389e1b1505b1040a2cf49b733a648a4c740
Showing with 1 addition and 0 deletions.
  1. +1 −0 src/render/Font.cpp
@@ -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();

0 comments on commit 6161838

Please sign in to comment.