Fixed context version number

This commit is contained in:
Emmanuel BENOîT 2015-03-10 21:54:08 +01:00
parent b0639cfd3c
commit 7530ca87a0

View file

@ -12,7 +12,7 @@ static int vAttributes[] = {
static int cAttributes[] = {
GLX_CONTEXT_MAJOR_VERSION_ARB , 4 ,
GLX_CONTEXT_MINOR_VERSION_ARB , 2 ,
GLX_CONTEXT_MINOR_VERSION_ARB , 1 ,
GLX_CONTEXT_PROFILE_MASK_ARB ,
GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB ,
0