summaryrefslogtreecommitdiffhomepage
path: root/src/rcore.c
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-10-19 13:30:23 +0200
committerraysan5 <[email protected]>2021-10-19 13:30:23 +0200
commit719c1551cc4f773fa667aaf4d34e7d11bc93c85e (patch)
tree7bcc6c2309233242744313f57acea31a70997958 /src/rcore.c
parent9f2ff3e4d6698e675f63d915e72350ee6912477c (diff)
downloadraylib-719c1551cc4f773fa667aaf4d34e7d11bc93c85e.tar.gz
raylib-719c1551cc4f773fa667aaf4d34e7d11bc93c85e.zip
Reviewed latest PR formatting and details
Diffstat (limited to 'src/rcore.c')
-rw-r--r--src/rcore.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rcore.c b/src/rcore.c
index 0d1a75ff..9ab34e15 100644
--- a/src/rcore.c
+++ b/src/rcore.c
@@ -3858,7 +3858,6 @@ static bool InitGraphicsDevice(int width, int height)
glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 3); // Choose OpenGL minor version (just hint)
glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE);
glfwWindowHint(GLFW_OPENGL_FORWARD_COMPAT, GLFW_FALSE);
-
#if defined(RLGL_ENABLE_OPENGL_DEBUG_CONTEXT)
glfwWindowHint(GLFW_OPENGL_DEBUG_CONTEXT, GLFW_TRUE); // Enable OpenGL Debug Context
#endif