summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r--src/settings_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index a31c3afa4..c3a38b408 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -561,6 +561,7 @@ struct GameOptionsWindow : Window {
break;
case WID_GO_FONT_ZOOM_DROPDOWN:
+ GfxClearSpriteCache();
_font_zoom = (ZoomLevel)(ZOOM_LVL_OUT_4X - index);
ClearFontCache();
LoadStringWidthTable();