From c70e2f7d3e8b82ac6c85bac1c18bb9a897c1f126 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Wed, 3 Jun 2020 19:10:28 +0200 Subject: [PATCH] Add statement to docs for glfwTerminate From upstream: https://github.com/glfw/glfw/commit/7486e12f88b2a9039b805356bcbe259c0fca5c2d. --- glfw/glfw3.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glfw/glfw3.h b/glfw/glfw3.h index 22e5a2fdc..642109218 100644 --- a/glfw/glfw3.h +++ b/glfw/glfw3.h @@ -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.