fix: destroy ImFontConfig after build

This commit is contained in:
goat 2020-04-22 17:47:30 +02:00
parent 14fb36a8b3
commit 1483b41aca

View file

@ -231,6 +231,8 @@ namespace Dalamud.Interface
ImGui.GetIO().Fonts.Build();
fontConfig.Destroy();
ImGui.GetStyle().GrabRounding = 3f;
ImGui.GetStyle().FrameRounding = 4f;
ImGui.GetStyle().WindowRounding = 4f;