Fix #8731: Always use a 32bpp blitter if font anti-aliasing is enabled.

This commit is contained in:
Michael Lutz
2021-02-23 20:54:50 +01:00
parent c93c9c099e
commit 46e13313e4
4 changed files with 19 additions and 2 deletions

View File

@@ -433,6 +433,7 @@ struct GameOptionsWindow : Window {
CheckForMissingGlyphs();
ClearAllCachedNames();
UpdateAllVirtCoords();
CheckBlitter();
ReInitAllWindows();
break;