mirror of
https://github.com/ocornut/imgui.git
synced 2025-09-14 15:28:23 +00:00
Examples: Added missing calls for ::DestroyWindow, glfwDestroyWindow() + fix old comments.
This commit is contained in:
@@ -122,6 +122,8 @@ int main(int, char**)
|
||||
// Cleanup
|
||||
ImGui_ImplGlfwGL3_Shutdown();
|
||||
ImGui::DestroyContext();
|
||||
|
||||
glfwDestroyWindow(window);
|
||||
glfwTerminate();
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user