mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-05 04:10:07 +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
|
|
@ -15714,7 +15714,7 @@ void ImGui::ShowFontAtlas(ImFontAtlas* atlas)
|
|||
ImFontAtlasBuildGrowTexture(atlas);
|
||||
SameLine();
|
||||
if (Button("Clear Output"))
|
||||
ImFontAtlasBuildClearTexture(atlas);
|
||||
ImFontAtlasBuildClear(atlas);
|
||||
|
||||
for (int tex_n = 0; tex_n < atlas->TexList.Size; tex_n++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue