Fix: Bootstrap ignored default OpenTTD truetype fonts. (#14684)

Bootstrapping assumed that glyphs must be missing if there is no baseset, ignoring whether there actually are glyphs missing.
This commit is contained in:
Peter Nelson
2025-09-30 22:16:50 +01:00
committed by dP
parent ca7332f24c
commit 3db024fe56
5 changed files with 7 additions and 7 deletions

View File

@@ -195,6 +195,6 @@ public:
bool FindMissingGlyphs();
};
void CheckForMissingGlyphs(bool base_font = true, MissingGlyphSearcher *search = nullptr);
void CheckForMissingGlyphs(MissingGlyphSearcher *search = nullptr);
#endif /* STRINGS_FUNC_H */