1
0
Fork 0
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:
ocornut 2025-04-17 16:53:12 +02:00
parent eb650c468a
commit 7840e453b5
2 changed files with 8 additions and 16 deletions

View file

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