A bit more of sensible defaults

(cherry picked from commit 14dfbf7bcf)
This commit is contained in:
Soreepeong 2022-03-07 14:14:30 +09:00
parent 1f20b3c35a
commit cbc0896fad
2 changed files with 5 additions and 1 deletions

View file

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