1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-02 09:03:37 +00:00

Reset g_face and g_ft

This commit is contained in:
zilmar 2020-04-30 16:39:17 +09:30 committed by Sergey Lipskiy
parent 47013e2473
commit e692509f6e

View File

@ -257,7 +257,9 @@ void TextDrawer::destroy()
m_atlas.reset();
m_program.reset();
FT_Done_Face(g_face);
g_face = NULL;
FT_Done_FreeType(g_ft);
g_ft = NULL;
}
/**