mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 02:38:52 -05:00
Added clearing of global struct on terminate.
This commit is contained in:
parent
452e95d02a
commit
626dbf6057
|
@ -174,6 +174,7 @@ GLFWAPI void glfwTerminate(void)
|
|||
|
||||
_glfwPlatformTerminate();
|
||||
|
||||
memset(&_glfw, 0, sizeof(_glfw));
|
||||
_glfwInitialized = GL_FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user