Date: Mon, 20 Feb 2006 19:54:51 -0500
From: Brian Barnes Subject: [SDL] Fix for FSAA OS X bug -- Please fix in CVS Code I stopped complaining and went in an fixed the bug myself :) SDL always dies if you try to use FSAA on Mac OS X, the problem is in the file: SDL_QuartzGL.m --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401404
This commit is contained in:
parent
54d2bd5309
commit
4b8a782592
1 changed files with 0 additions and 1 deletions
|
@ -109,7 +109,6 @@ int QZ_SetupOpenGL (_THIS, int bpp, Uint32 flags) {
|
|||
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