Merge pull request #21348 from myzhan/master

Fix font rendering after window resizing on SDL(linux)
This commit is contained in:
Henrik Rydgård
2026-03-05 10:12:12 +01:00
committed by GitHub
+1
View File
@@ -431,6 +431,7 @@ void TextDrawerSDL::ClearFonts() {
// We wipe all the maps, including fontMap_.
fontMap_.clear();
fallbackFonts_.clear();
glyphFallbackFontIndex_.clear();
}
#endif