mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Merge pull request #21348 from myzhan/master
Fix font rendering after window resizing on SDL(linux)
This commit is contained in:
@@ -431,6 +431,7 @@ void TextDrawerSDL::ClearFonts() {
|
||||
// We wipe all the maps, including fontMap_.
|
||||
fontMap_.clear();
|
||||
fallbackFonts_.clear();
|
||||
glyphFallbackFontIndex_.clear();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user