Remove NSOpenGLPFANoRecovery requirement when creating the NSOpenGLContext (#5626)

This commit is contained in:
Josh Faust
2022-06-01 15:40:54 -07:00
committed by GitHub
parent 5837adf45f
commit 211cf2b64c

View File

@@ -145,7 +145,6 @@ Driver* PlatformCocoaGL::createDriver(void* sharedContext) noexcept {
NSOpenGLPFADepthSize, (NSOpenGLPixelFormatAttribute) 24,
NSOpenGLPFADoubleBuffer, (NSOpenGLPixelFormatAttribute) true,
NSOpenGLPFAAccelerated, (NSOpenGLPixelFormatAttribute) true,
NSOpenGLPFANoRecovery, (NSOpenGLPixelFormatAttribute) true,
0, 0,
};