diff options
| author | raysan5 <raysan5@gmail.com> | 2016-05-07 18:04:22 +0200 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2016-05-07 18:04:22 +0200 |
| commit | ec72a8868e61507a3dfdc83bfe30c7110fc3051f (patch) | |
| tree | 52eae03cda32b4d3f355d8ffe3c66e9951ac2e61 /src | |
| parent | ba60918eaae142598fc84ee7e2af06b3ddc26ba1 (diff) | |
| download | raylib-ec72a8868e61507a3dfdc83bfe30c7110fc3051f.tar.gz raylib-ec72a8868e61507a3dfdc83bfe30c7110fc3051f.zip | |
Comment tweak
Diffstat (limited to 'src')
| -rw-r--r-- | src/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1448,6 +1448,7 @@ static void InitDisplay(int width, int height) glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE); // Profiles Hint: Only 3.3 and above! // Other values: GLFW_OPENGL_ANY_PROFILE, GLFW_OPENGL_COMPAT_PROFILE glfwWindowHint(GLFW_OPENGL_FORWARD_COMPAT, GL_FALSE); // Fordward Compatibility Hint: Only 3.3 and above! + //glfwWindowHint(GLFW_OPENGL_DEBUG_CONTEXT, GL_TRUE); } if (fullscreen) |
