Skip to content

Commit

Permalink
Fixed|Client: Wrong OpenGL version in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 24, 2021
1 parent 10b1cc4 commit d489299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/apps/client/src/gl/sys_opengl.cpp
Expand Up @@ -180,7 +180,7 @@ dd_bool Sys_GLInitialize(void)
{
Sys_CriticalMessagef("Your OpenGL is too old!\n"
" Driver version: %s\n"
" The minimum supported version is 2.0",
" The minimum supported version is 3.3",
glGetString(GL_VERSION));
return false;
}
Expand Down

0 comments on commit d489299

Please sign in to comment.