Remove NSOpenGLPFANoRecovery requirement when creating the NSOpenGLContext (#5626)
This commit is contained in:
@@ -145,7 +145,6 @@ Driver* PlatformCocoaGL::createDriver(void* sharedContext) noexcept {
|
||||
NSOpenGLPFADepthSize, (NSOpenGLPixelFormatAttribute) 24,
|
||||
NSOpenGLPFADoubleBuffer, (NSOpenGLPixelFormatAttribute) true,
|
||||
NSOpenGLPFAAccelerated, (NSOpenGLPixelFormatAttribute) true,
|
||||
NSOpenGLPFANoRecovery, (NSOpenGLPixelFormatAttribute) true,
|
||||
0, 0,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user