Merge pull request #15885 from Sumxx/v3

fix restart game crash in FT_Get_Char_Index
This commit is contained in:
minggo 2016-06-24 10:08:32 +08:00 committed by GitHub
commit b29fbf0fc8
1 changed files with 1 additions and 0 deletions

View File

@ -1008,6 +1008,7 @@ void Director::reset()
// purge bitmap cache
FontFNT::purgeCachedData();
FontAtlasCache::purgeCachedData();
FontFreeType::shutdownFreeType();