mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:20:05 +00:00
Initialize font manager fonts on startup
This commit is contained in:
parent
3a4a32b97a
commit
e37e64b3f2
1 changed files with 2 additions and 0 deletions
|
|
@ -119,6 +119,8 @@ static void LoadFonts()
|
|||
|
||||
ImFontAtlas* fontAtlas = model::ImGuiContextModel::Instance().font_atlas();
|
||||
fontAtlas->AddFontDefault();
|
||||
|
||||
fontManager.InitializeFonts();
|
||||
}
|
||||
|
||||
static void LoadTextures()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue