mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
Fonts: ImFontAtlasBuildInit() is always called with atlas->Builder == NULL.
This commit is contained in:
parent
eb650c468a
commit
7840e453b5
2 changed files with 8 additions and 16 deletions
|
|
@ -3753,7 +3753,7 @@ struct ImFontAtlasBuilder
|
|||
|
||||
// Cache of all ImFontBaked
|
||||
ImStableVector<ImFontBaked,32> BakedPool;
|
||||
ImGuiStorage BakedMap;
|
||||
ImGuiStorage BakedMap; // BakedId --> ImFontBaked*
|
||||
int BakedDiscardedCount;
|
||||
|
||||
// Custom rectangle identifiers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue