Fix Regenerate ranges of font

This commit is contained in:
Filip Sykala 2021-10-14 14:56:24 +02:00
parent f2e61f295f
commit 867c1bd2e0
3 changed files with 59 additions and 30 deletions

View file

@ -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;