Skip to content

Commit

Permalink
Remove NSOpenGLPFANoRecovery requirement when creating the NSOpenGLCo…
Browse files Browse the repository at this point in the history
…ntext (#5626)
  • Loading branch information
jfaust authored Jun 1, 2022
1 parent 5837adf commit 211cf2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion filament/backend/src/opengl/platforms/PlatformCocoaGL.mm
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@
NSOpenGLPFADepthSize, (NSOpenGLPixelFormatAttribute) 24,
NSOpenGLPFADoubleBuffer, (NSOpenGLPixelFormatAttribute) true,
NSOpenGLPFAAccelerated, (NSOpenGLPixelFormatAttribute) true,
NSOpenGLPFANoRecovery, (NSOpenGLPixelFormatAttribute) true,
0, 0,
};

Expand Down

0 comments on commit 211cf2b

Please sign in to comment.