Skip to content
Snippets Groups Projects
Commit 5d8b04a7 authored by Camilla Löwy's avatar Camilla Löwy
Browse files

Fix missing call to glfwTerminate

parent d222a400
Branches
No related tags found
No related merge requests found
...@@ -455,6 +455,7 @@ int main(int argc, char* argv[]) ...@@ -455,6 +455,7 @@ int main(int argc, char* argv[])
glfwPollEvents(); glfwPollEvents();
} }
glfwTerminate();
exit(EXIT_SUCCESS); exit(EXIT_SUCCESS);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment