aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2016-05-07 18:04:22 +0200
committerraysan5 <raysan5@gmail.com>2016-05-07 18:04:22 +0200
commitec72a8868e61507a3dfdc83bfe30c7110fc3051f (patch)
tree52eae03cda32b4d3f355d8ffe3c66e9951ac2e61 /src
parentba60918eaae142598fc84ee7e2af06b3ddc26ba1 (diff)
downloadraylib-ec72a8868e61507a3dfdc83bfe30c7110fc3051f.tar.gz
raylib-ec72a8868e61507a3dfdc83bfe30c7110fc3051f.zip
Comment tweak
Diffstat (limited to 'src')
-rw-r--r--src/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.c b/src/core.c
index 669010f9..54d42f83 100644
--- a/src/core.c
+++ b/src/core.c
@@ -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)