mirror of
https://github.com/Drezil/imgui.git
synced 2025-04-26 21:14:01 +00:00
Fix for Shutdown()
This commit is contained in:
parent
baa2328b99
commit
d750df9189
@ -9706,6 +9706,7 @@ void ImFontAtlas::ClearInputData()
|
||||
ImGui::MemFree(ConfigData[i].FontData);
|
||||
ConfigData[i].FontData = NULL;
|
||||
}
|
||||
ConfigData.clear();
|
||||
}
|
||||
|
||||
void ImFontAtlas::ClearTexData()
|
||||
|
Loading…
x
Reference in New Issue
Block a user