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