Bug fix formatting.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent ae5da60c18
commit 2bb62a1467
  1. 2
      src/cocoa_window.m

@ -729,7 +729,7 @@ static GLboolean createContext(_GLFWwindow* window,
else if (colorBits < 15)
colorBits = 15;
if (wndconfig->clientAPI != GLFW_OPENGL_API)
if (wndconfig->clientAPI == GLFW_OPENGL_ES_API)
{
_glfwSetError(GLFW_VERSION_UNAVAILABLE,
"Cocoa/NSOpenGL: NSOpenGL does not support OpenGL ES");

Loading…
Cancel
Save