Clarified names of gamma array helper functions.

This commit is contained in:
Camilla Berglund
2013-07-04 14:51:52 +02:00
parent 209a470a5f
commit d7512f529c
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ void _glfwPlatformGetGammaRamp(_GLFWmonitor* monitor, GLFWgammaramp* ramp)
values + size * 2,
&size);
_glfwAllocGammaRamp(ramp, size);
_glfwAllocGammaArrays(ramp, size);
for (i = 0; i < size; i++)
{