This commit is contained in:
siavash
2013-07-05 14:26:02 +02:00
committed by Camilla Berglund
parent dcb4d8ee32
commit 763ec6cbcb
2 changed files with 11 additions and 15 deletions
+6 -8
View File
@@ -191,14 +191,12 @@ static GLXContext createLegacyContext(_GLFWwindow* window,
share,
True);
}
else
{
return glXCreateNewContext(_glfw.x11.display,
fbconfig,
GLX_RGBA_TYPE,
share,
True);
}
return glXCreateNewContext(_glfw.x11.display,
fbconfig,
GLX_RGBA_TYPE,
share,
True);
}