Examples: Added missing calls for ::DestroyWindow, glfwDestroyWindow() + fix old comments.

This commit is contained in:
omar
2018-04-09 19:16:47 +02:00
parent 6f1f5cbc20
commit 660c157880
9 changed files with 13 additions and 2 deletions

View File

@ -208,6 +208,7 @@ int main(int, char**)
ImGui::DestroyContext();
CleanupDeviceD3D();
DestroyWindow(hwnd);
UnregisterClass(_T("ImGui Example"), wc.hInstance);
return 0;