Fix changing font zoom not updating font height cache

pull/238/head
Jonathan G Rennison 3 years ago
parent ef81729dde
commit 6490b252f5

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

Loading…
Cancel
Save