Increased Cocoa pixel format attribute array size.

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

@ -728,7 +728,7 @@ static GLboolean createContext(_GLFWwindow* window,
#define ADD_ATTR2(x, y) { ADD_ATTR(x); ADD_ATTR(y); }
// Arbitrary array size here
NSOpenGLPixelFormatAttribute attributes[24];
NSOpenGLPixelFormatAttribute attributes[40];
ADD_ATTR(NSOpenGLPFADoubleBuffer);

Loading…
Cancel
Save