Fix changing font zoom not updating font height cache

This commit is contained in:
Jonathan G Rennison
2021-04-08 17:16:23 +01:00
parent ef81729dde
commit 6490b252f5

View File

@@ -2192,6 +2192,8 @@ void UpdateGUIZoom()
} else {
_font_zoom = static_cast<ZoomLevel>(_font_zoom_cfg);
}
UpdateFontHeightCache();
}
void ChangeGameSpeed(bool enable_fast_forward)