Revert "A bit more of sensible defaults"

This reverts commit 14dfbf7bcf.
This commit is contained in:
goaaats 2022-03-31 15:59:40 +02:00
parent c29360201b
commit a68d13f721
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
2 changed files with 1 additions and 5 deletions

View file

@ -292,6 +292,7 @@ namespace Dalamud.Interface.GameFonts
fontConfig.PixelSnapH = true;
var io = ImGui.GetIO();
io.Fonts.TexDesiredWidth = 4096;
this.glyphRectIds.Clear();
this.fonts.Clear();