mirror of
https://github.com/glfw/glfw.git
synced 2026-09-17 22:32:50 +00:00
Win32: Fix OSMesa library not being unloaded
(cherry picked from commit 10e9033a29)
This commit is contained in:
@@ -610,6 +610,7 @@ void _glfwPlatformTerminate(void)
|
||||
|
||||
_glfwTerminateWGL();
|
||||
_glfwTerminateEGL();
|
||||
_glfwTerminateOSMesa();
|
||||
|
||||
_glfwTerminateJoysticksWin32();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user