summaryrefslogtreecommitdiff
path: root/src/demoscene-eo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/demoscene-eo.c')
-rw-r--r--src/demoscene-eo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demoscene-eo.c b/src/demoscene-eo.c
index 94db4e5..ed6fe1b 100644
--- a/src/demoscene-eo.c
+++ b/src/demoscene-eo.c
@@ -367,7 +367,7 @@ int worker_gl() {
SDL_GL_SetAttribute(SDL_GL_BLUE_SIZE, 8);
SDL_GL_SetAttribute(SDL_GL_ALPHA_SIZE, 8);
SDL_GL_SetAttribute(SDL_GL_CONTEXT_MAJOR_VERSION, 3);
- SDL_GL_SetAttribute(SDL_GL_CONTEXT_MINOR_VERSION, 2);
+ SDL_GL_SetAttribute(SDL_GL_CONTEXT_MINOR_VERSION, 3);
SDL_GL_SetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, SDL_GL_CONTEXT_PROFILE_CORE);
// Initialize OpenGL