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