Missed a few code files for removing the unnecesasry OS X compile comment.

This commit is contained in:
Joey de Vries
2020-04-23 11:59:53 +02:00
parent 1f05d38e1e
commit 37892e5370
11 changed files with 11 additions and 11 deletions

View File

@@ -41,7 +41,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