mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Made error message tags more consistent.
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ GLFWAPI void glfwSetGamma(float gamma)
|
||||
if (gamma <= 0.f)
|
||||
{
|
||||
_glfwSetError(GLFW_INVALID_VALUE,
|
||||
"glfwSetGamma: Gamma value must be greater than zero");
|
||||
"Gamma value must be greater than zero");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user