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 ca95814 commit 84aa93dCopy full SHA for 84aa93d
Source/Managers/WindowMan.cpp
@@ -102,7 +102,7 @@ void WindowMan::Initialize() {
102
SDL_GL_SetAttribute(SDL_GL_DOUBLEBUFFER, 1);
103
SDL_GL_SetAttribute(SDL_GL_CONTEXT_MAJOR_VERSION, 3);
104
SDL_GL_SetAttribute(SDL_GL_CONTEXT_MINOR_VERSION, 3);
105
- SDL_GL_SetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, SDL_GL_CONTEXT_PROFILE_CORE);
+ SDL_GL_SetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, SDL_GL_CONTEXT_PROFILE_COMPATIBILITY);
106
CreatePrimaryWindow();
107
InitializeOpenGL();
108
CreateBackBufferTexture();
0 commit comments