ImFontAtlas: doesn't clear input data, left to the application. (#224)

This commit is contained in:
ocornut
2015-05-12 15:16:12 +01:00
parent 4b088ec7e8
commit 5df542c3c0
5 changed files with 16 additions and 1 deletions

View File

@ -8683,7 +8683,6 @@ bool ImFontAtlas::Build()
ImGui::MemFree(buf_ranges);
buf_packedchars = NULL;
buf_ranges = NULL;
ClearInputData();
// Render into our custom data block
RenderCustomTexData(1, &extra_rects);