mirror of
https://github.com/glfw/glfw.git
synced 2026-09-20 16:30:45 +00:00
Win32: Fix OSMesa library not being unloaded
This commit is contained in:
@@ -670,6 +670,7 @@ void _glfwTerminateWin32(void)
|
||||
|
||||
_glfwTerminateWGL();
|
||||
_glfwTerminateEGL();
|
||||
_glfwTerminateOSMesa();
|
||||
|
||||
freeLibraries();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user