Fix font height cache when changing GUI scaling.
This commit is contained in:
@@ -21,6 +21,8 @@ static const GlyphID SPRITE_GLYPH = 1U << 30;
|
||||
|
||||
extern int font_height_cache[FS_END]; ///< Cache of font heights
|
||||
|
||||
void UpdateFontHeightCache();
|
||||
|
||||
/** Font cache for basic fonts. */
|
||||
class FontCache {
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user