diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index bf854b07..85f2cfda 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -1795,6 +1795,8 @@ GLFWAPI int glfwInit(void); * 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.