mirror of
https://github.com/glfw/glfw.git
synced 2026-09-17 14:22:50 +00:00
d68acb78bf
Functions registered with atexit are called from the thread calling exit. glfwTerminate should only be called from the main thread. Mistakes should be explicit.