Skip to content
Snippets Groups Projects
Commit 06e8af59 authored by Brian McGroarty's avatar Brian McGroarty
Browse files

QAR-493 Linux startup crash

parent 669d1162
No related branches found
No related tags found
No related merge requests found
......@@ -760,6 +760,9 @@ BOOL LLWindowSDL::createContext(int x, int y, int width, int height, int bits, B
init_x11clipboard();
#endif // LL_X11
//make sure multisampling is disabled by default
glDisable(GL_MULTISAMPLE_ARB);
// We need to do this here, once video is init'd
if (-1 == SDL_EnableKeyRepeat(SDL_DEFAULT_REPEAT_DELAY,
SDL_DEFAULT_REPEAT_INTERVAL))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment