Fonts: ImFontAtlasBuildInit() is always called with atlas->Builder == NULL.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user