diff --git a/game/graphics/pipelines/opengl.cpp b/game/graphics/pipelines/opengl.cpp index 4f116a7b0b..0df53ec068 100644 --- a/game/graphics/pipelines/opengl.cpp +++ b/game/graphics/pipelines/opengl.cpp @@ -290,5 +290,5 @@ const GfxRendererModule moduleOpenGL = { gl_texture_relocate, // texture_relocate gl_poll_events, // poll_events GfxPipeline::OpenGL, // pipeline - "OpenGL 3.0" // name + "OpenGL 3.3" // name };