Fix handling of title game zoom when changing UI scaling

This commit is contained in:
Jonathan G Rennison
2024-03-10 11:37:31 +00:00
parent 2140e3fc3b
commit dd194960f5

View File

@@ -2211,7 +2211,6 @@ bool AdjustGUIZoom(AdjustGUIZoomMode mode)
SetupWidgetDimensions(); SetupWidgetDimensions();
UpdateAllVirtCoords(); UpdateAllVirtCoords();
if (mode != AGZM_STARTUP) FixTitleGameZoom();
extern void FlushDeparturesWindowTextCaches(); extern void FlushDeparturesWindowTextCaches();
FlushDeparturesWindowTextCaches(); FlushDeparturesWindowTextCaches();