mirror of
https://github.com/glfw/glfw.git
synced 2026-09-20 16:30:45 +00:00
Made video mode retrieval dynamic.
This commit is contained in:
@@ -84,6 +84,9 @@ GLFWAPI void glfwTerminate(void)
|
||||
if (!_glfwPlatformTerminate())
|
||||
return;
|
||||
|
||||
if (_glfwLibrary.modes)
|
||||
free(_glfwLibrary.modes);
|
||||
|
||||
_glfwInitialized = GL_FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user