mirror of
https://github.com/Drezil/imgui.git
synced 2025-11-01 21:51:05 +01:00
Backends: Made it possible to shutdown default Platform Backends before the Renderer backends. (#4656)
This commit is contained in:
@@ -1006,6 +1006,7 @@ static void ImGui_ImplWin32_InitPlatformInterface()
|
||||
static void ImGui_ImplWin32_ShutdownPlatformInterface()
|
||||
{
|
||||
::UnregisterClass(_T("ImGui Platform"), ::GetModuleHandle(NULL));
|
||||
ImGui::DestroyPlatformWindows();
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user