Skip to content

Commit

Permalink
Date: Mon, 20 Feb 2006 19:54:51 -0500
Browse files Browse the repository at this point in the history
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
  • Loading branch information
slouken committed Feb 21, 2006
1 parent 4c828b7 commit 5e307b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/quartz/SDL_QuartzGL.m
Expand Up @@ -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;
Expand Down

0 comments on commit 5e307b4

Please sign in to comment.