diff --git a/indra/llwindow/llwindowsdl.cpp b/indra/llwindow/llwindowsdl.cpp index b06d9fd2ce8b0e575b73e4c271f66f4b3c90421a..8cc3df7e05dfd5d5f3c37a2296d1771d96d2dfb0 100644 --- a/indra/llwindow/llwindowsdl.cpp +++ b/indra/llwindow/llwindowsdl.cpp @@ -471,11 +471,11 @@ BOOL LLWindowSDL::createContext(int x, int y, int width, int height, int bits, B SDL_GL_SetAttribute(SDL_GL_DOUBLEBUFFER, 1); - if (mFSAASamples > 0) - { - SDL_GL_SetAttribute(SDL_GL_MULTISAMPLEBUFFERS, 1); - SDL_GL_SetAttribute(SDL_GL_MULTISAMPLESAMPLES, mFSAASamples); - } + // if (mFSAASamples > 0) + // { + // SDL_GL_SetAttribute(SDL_GL_MULTISAMPLEBUFFERS, 1); + // SDL_GL_SetAttribute(SDL_GL_MULTISAMPLESAMPLES, mFSAASamples); + // } if (LLRender::sGLCoreProfile) {