*** empty log message ***
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40901
This commit is contained in:
parent
c1fba56529
commit
b8d2b6a0c5
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue