mirror of
https://github.com/Drezil/imgui.git
synced 2025-08-18 01:43:15 +02:00
Fix for Shutdown()
This commit is contained in:
@ -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()
|
||||||
|
Reference in New Issue
Block a user