Fix Regenerate ranges of font
This commit is contained in:
parent
f2e61f295f
commit
867c1bd2e0
3 changed files with 59 additions and 30 deletions
|
@ -131,6 +131,8 @@ private:
|
|||
|
||||
// imgui font
|
||||
ImFontAtlas m_imgui_font_atlas;
|
||||
// must live same as font in atlas
|
||||
ImVector<ImWchar> m_imgui_font_ranges;
|
||||
|
||||
// drawing icons
|
||||
GLTexture m_icons_texture;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue