1
0
Fork 0
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:
ocornut 2025-03-13 17:28:13 +01:00
parent f816b861fc
commit 4048494aa1
3 changed files with 3 additions and 3 deletions

View file

@ -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++)
{