mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Fonts: rename ImFontAtlasBuildClearTexture() to ImFontAtlasBuildClear().
This commit is contained in:
parent
f816b861fc
commit
4048494aa1
3 changed files with 3 additions and 3 deletions
|
|
@ -4091,7 +4091,7 @@ ImVec2i ImFontAtlasBuildGetTextureSizeEstimate(ImFontAtlas* atlas)
|
|||
}
|
||||
|
||||
// Clear all output. Invalidates all AddCustomRectXXX return values.
|
||||
void ImFontAtlasBuildClearTexture(ImFontAtlas* atlas)
|
||||
void ImFontAtlasBuildClear(ImFontAtlas* atlas)
|
||||
{
|
||||
ImVec2i new_tex_size = ImFontAtlasBuildGetTextureSizeEstimate(atlas);
|
||||
ImFontAtlasBuildDestroy(atlas);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue