mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
SDL: let's not remove the candidate fallback fonts
This commit is contained in:
parent
a5a2af4892
commit
0a5937051a
1 changed files with 0 additions and 1 deletions
|
@ -173,7 +173,6 @@ bool TextDrawerSDL::FindFallbackFonts(uint32_t missingGlyph, int ptSize) {
|
|||
|
||||
if (TTF_GlyphIsProvided32(font, missingGlyph)) {
|
||||
fallbackFonts_.insert(fallbackFonts_.begin(), font);
|
||||
fallbackFontPaths_.erase(fallbackFontPaths_.begin() + i);
|
||||
return true;
|
||||
} else {
|
||||
TTF_CloseFont(font);
|
||||
|
|
Loading…
Add table
Reference in a new issue