mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-23 04:17:00 +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);
|
ImGui::MemFree(ConfigData[i].FontData);
|
||||||
ConfigData[i].FontData = NULL;
|
ConfigData[i].FontData = NULL;
|
||||||
}
|
}
|
||||||
|
ConfigData.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ImFontAtlas::ClearTexData()
|
void ImFontAtlas::ClearTexData()
|
||||||
|
Loading…
Reference in New Issue
Block a user