mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-26 10:29:18 +01:00
fix: destroy ImFontConfig after build
This commit is contained in:
parent
14fb36a8b3
commit
1483b41aca
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue