From f1c88b41f2df9e12c24932a0f023b1281a776412 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Fri, 14 Jun 2013 12:12:16 +0200 Subject: [PATCH] Fixed bad reference in documentation. --- include/GLFW/glfw3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 379f2619..4887ba33 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -1119,7 +1119,7 @@ GLFWAPI const GLFWvidmode* glfwGetVideoMode(GLFWmonitor* monitor); /*! @brief Generates a gamma ramp and sets it for the specified monitor. * * This function generates a 256-element gamma ramp from the specified exponent - * and then calls @ref glfwSetGamma with it. + * and then calls @ref glfwSetGammaRamp with it. * * @param[in] monitor The monitor whose gamma ramp to set. * @param[in] gamma The desired exponent.