Explorar o código

Comment tweak

raysan5 %!s(int64=9) %!d(string=hai) anos
pai
achega
ec72a8868e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/core.c

+ 1 - 0
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)