Add statement to docs for glfwTerminate

From upstream: 7486e12f88.
This commit is contained in:
Luflosi 2020-06-03 19:10:28 +02:00
parent 1ec0bed1ce
commit c70e2f7d3e
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

2
glfw/glfw3.h vendored
View File

@ -1868,6 +1868,8 @@ GLFWAPI void glfwRemoveTimer(unsigned long long);
* call this function, as it is called by @ref glfwInit before it returns
* failure.
*
* This function has no effect if GLFW is not initialized.
*
* @errors Possible errors include @ref GLFW_PLATFORM_ERROR.
*
* @remark This function may be called before @ref glfwInit.