mirror of
https://github.com/glfw/glfw.git
synced 2026-02-21 14:43:02 +01:00
Made gamma test set gamma at startup.
This commit is contained in:
@@ -124,6 +124,7 @@ int main(int argc, char** argv)
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
glfwSetGamma(gamma);
|
||||
printf("Gamma: %f\n", gamma);
|
||||
|
||||
glfwSwapInterval(1);
|
||||
|
||||
Reference in New Issue
Block a user