mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Fix missing call to glfwTerminate
This commit is contained in:
parent
d222a40046
commit
5d8b04a7ac
@ -455,6 +455,7 @@ int main(int argc, char* argv[])
|
||||
glfwPollEvents();
|
||||
}
|
||||
|
||||
glfwTerminate();
|
||||
exit(EXIT_SUCCESS);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user