mirror of
https://github.com/Drezil/imgui.git
synced 2025-11-07 00:21:06 +01:00
Backends: Made it possible to shutdown default Platform Backends before the Renderer backends. (#4656)
This commit is contained in:
@@ -961,4 +961,5 @@ static void ImGui_ImplGlfw_InitPlatformInterface()
|
||||
|
||||
static void ImGui_ImplGlfw_ShutdownPlatformInterface()
|
||||
{
|
||||
ImGui::DestroyPlatformWindows();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user