We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 315cd02 + fbf7864 commit 828bc66Copy full SHA for 828bc66
Source/Managers/WindowMan.cpp
@@ -124,7 +124,7 @@ void WindowMan::Initialize() {
124
SDL_GL_SetAttribute(SDL_GL_DOUBLEBUFFER, 1);
125
SDL_GL_SetAttribute(SDL_GL_CONTEXT_MAJOR_VERSION, 3);
126
SDL_GL_SetAttribute(SDL_GL_CONTEXT_MINOR_VERSION, 3);
127
- SDL_GL_SetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, SDL_GL_CONTEXT_PROFILE_COMPATIBILITY);
+ SDL_GL_SetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, SDL_GL_CONTEXT_PROFILE_CORE);
128
CreatePrimaryWindow();
129
InitializeOpenGL();
130
0 commit comments