Commit b8d2b6a0 authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40901
parent c1fba565
......@@ -102,6 +102,8 @@ int QZ_SetupOpenGL (_THIS, int bpp, Uint32 flags) {
if ( this->gl_config.multisamplesamples != 0 ) {
attr[i++] = NSOpenGLPFASamples;
attr[i++] = this->gl_config.multisamplesamples;
attr[i++] = NSOpenGLPFANoRecovery;
attr[i++] = (NSOpenGLPixelFormatAttribute)nil;
}
attr[i++] = NSOpenGLPFAScreenMask;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment