mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 15:25:50 +00:00
Removed return value of _glfwPlatformTerminate.
This commit is contained in:
+1
-2
@@ -149,8 +149,7 @@ GLFWAPI void glfwTerminate(void)
|
||||
while (_glfwLibrary.windowListHead)
|
||||
glfwDestroyWindow(_glfwLibrary.windowListHead);
|
||||
|
||||
if (!_glfwPlatformTerminate())
|
||||
return;
|
||||
_glfwPlatformTerminate();
|
||||
|
||||
if (_glfwLibrary.modes)
|
||||
free(_glfwLibrary.modes);
|
||||
|
||||
Reference in New Issue
Block a user