mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:10:05 +00:00
Inheriting MapSettings and PaletteSettings from SettingsCategory, updating SettingsManager initialization
This commit is contained in:
parent
c93e776137
commit
891b6c839f
14 changed files with 231 additions and 269 deletions
|
|
@ -311,7 +311,7 @@ std::shared_ptr<Font> Font::Create(const std::string& resource)
|
|||
font->p->CreateImGuiFont(
|
||||
fontFile,
|
||||
fontData,
|
||||
manager::SettingsManager::general_settings()->font_sizes());
|
||||
manager::SettingsManager::general_settings().font_sizes());
|
||||
|
||||
font->p->atlas_ = ftgl::texture_atlas_new(512, 512, 1);
|
||||
ftgl::texture_font_t* textureFont = ftgl::texture_font_new_from_memory(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue