Remove unnecessary 'uncomment' statement from all code samples.

This commit is contained in:
Joey de Vries
2020-04-22 16:37:07 +02:00
parent e046977ffb
commit 91f53af052
63 changed files with 63 additions and 63 deletions

View File

@@ -38,7 +38,7 @@ int main()
glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE);
#ifdef __APPLE__
glfwWindowHint(GLFW_OPENGL_FORWARD_COMPAT, GL_TRUE); // uncomment this statement to fix compilation on OS X
glfwWindowHint(GLFW_OPENGL_FORWARD_COMPAT, GL_TRUE);
#endif
// glfw window creation