Explorar el Código

Comment tweak

pull/114/head
raysan5 hace 9 años
padre
commit
ec72a8868e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/core.c

+ 1
- 0
src/core.c Ver fichero

@ -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)

Cargando…
Cancelar
Guardar