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.
1 parent 315cd02 commit fbf7864Copy full SHA for fbf7864
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