mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-05 12:38:46 +02:00
Examples: Added missing calls for ::DestroyWindow, glfwDestroyWindow() + fix old comments.
This commit is contained in:
@ -756,6 +756,8 @@ int main(int, char**)
|
||||
ImGui_ImplGlfwVulkan_Shutdown();
|
||||
ImGui::DestroyContext();
|
||||
cleanup_vulkan();
|
||||
|
||||
glfwDestroyWindow(window);
|
||||
glfwTerminate();
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user