mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 03:56:43 +00:00
Codechange: MissingGlyphSearcher now contains which fontsizes to search for
This commit is contained in:
committed by
Peter Nelson
parent
3c9a75a387
commit
cdfbb113ce
@@ -166,7 +166,7 @@ public:
|
||||
return std::make_unique<SpriteFontCache>(fs);
|
||||
}
|
||||
|
||||
bool FindFallbackFont(struct FontCacheSettings *, const std::string &, class MissingGlyphSearcher *) const override
|
||||
bool FindFallbackFont(const std::string &, class MissingGlyphSearcher *) const override
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user