Fix changing font zoom not updating font height cache
This commit is contained in:
@@ -2192,6 +2192,8 @@ void UpdateGUIZoom()
|
|||||||
} else {
|
} else {
|
||||||
_font_zoom = static_cast<ZoomLevel>(_font_zoom_cfg);
|
_font_zoom = static_cast<ZoomLevel>(_font_zoom_cfg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
UpdateFontHeightCache();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ChangeGameSpeed(bool enable_fast_forward)
|
void ChangeGameSpeed(bool enable_fast_forward)
|
||||||
|
Reference in New Issue
Block a user