Be conservative with OpenGL version for now.

This commit is contained in:
Brandon Wright 2018-10-26 18:54:28 -05:00
parent f9b553638f
commit d58c37c4da
1 changed files with 0 additions and 2 deletions

View File

@ -85,8 +85,6 @@ bool GTKGLXContext::attach (GtkWidget *widget)
bool GTKGLXContext::create_context ()
{
int context_attribs[] = {
GLX_CONTEXT_MAJOR_VERSION_ARB, 4,
GLX_CONTEXT_MINOR_VERSION_ARB, 5,
GLX_CONTEXT_PROFILE_MASK_ARB, GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB,
None
};