mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-05 04:28:47 +02:00
Examples: Added missing calls for ::DestroyWindow, glfwDestroyWindow() + fix old comments.
This commit is contained in:
@ -188,6 +188,7 @@ int main(int, char**)
|
||||
|
||||
if (g_pd3dDevice) g_pd3dDevice->Release();
|
||||
if (pD3D) pD3D->Release();
|
||||
DestroyWindow(hwnd);
|
||||
UnregisterClass(_T("ImGui Example"), wc.hInstance);
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user