File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ int main( void )
26
26
glfwWindowHint (GLFW_SAMPLES, 4 );
27
27
glfwWindowHint (GLFW_CONTEXT_VERSION_MAJOR, 3 );
28
28
glfwWindowHint (GLFW_CONTEXT_VERSION_MINOR, 3 );
29
- glfwWindowHint (GLFW_OPENGL_FORWARD_COMPAT, GL_TRUE); // To make MacOS happy; should not be needed
29
+ glfwWindowHint (GLFW_OPENGL_FORWARD_COMPAT, GL_TRUE); // To make MacOS happy; should not be needed
30
30
glfwWindowHint (GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE);
31
31
32
32
// Open a window and create its OpenGL context
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ int main( void )
28
28
glfwWindowHint (GLFW_SAMPLES, 4 );
29
29
glfwWindowHint (GLFW_CONTEXT_VERSION_MAJOR, 3 );
30
30
glfwWindowHint (GLFW_CONTEXT_VERSION_MINOR, 3 );
31
- glfwWindowHint (GLFW_OPENGL_FORWARD_COMPAT, GL_TRUE); // To make MacOS happy; should not be needed
31
+ glfwWindowHint (GLFW_OPENGL_FORWARD_COMPAT, GL_TRUE); // To make MacOS happy; should not be needed
32
32
glfwWindowHint (GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE);
33
33
34
34
// Open a window and create its OpenGL context
You can’t perform that action at this time.
0 commit comments