summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authorMichael Lutz <michi@icosahedron.de>2021-02-23 20:54:50 +0100
committerMichael Lutz <michi@icosahedron.de>2021-02-23 22:15:03 +0100
commit46e13313e4eada30a8aef857731e0a12664e02d1 (patch)
tree8e1c11319709566a6a7d096b4bd4564bacb4d170 /src/settings_gui.cpp
parentc93c9c099e5b29ad3fb9e33cef7783e92fa129a6 (diff)
downloadopenttd-46e13313e4eada30a8aef857731e0a12664e02d1.tar.xz
Fix #8731: Always use a 32bpp blitter if font anti-aliasing is enabled.
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 d2a22dff4..bec549890 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -433,6 +433,7 @@ struct GameOptionsWindow : Window {
CheckForMissingGlyphs();
ClearAllCachedNames();
UpdateAllVirtCoords();
+ CheckBlitter();
ReInitAllWindows();
break;