mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 13:04:35 +00:00
Formatting.
This commit is contained in:
parent
b1de4d6fed
commit
331aa26503
@ -360,7 +360,7 @@ GLboolean _glfwIsValidContextConfig(_GLFWwndconfig* wndconfig)
|
|||||||
|
|
||||||
if (wndconfig->glForward)
|
if (wndconfig->glForward)
|
||||||
{
|
{
|
||||||
// OpenGL ES does not support Forward-compatibility
|
// OpenGL ES does not support forward-compatibility
|
||||||
_glfwSetError(GLFW_INVALID_VALUE,
|
_glfwSetError(GLFW_INVALID_VALUE,
|
||||||
"glfwOpenWindow: Forward compatibility is not "
|
"glfwOpenWindow: Forward compatibility is not "
|
||||||
"supported by OpenGL ES");
|
"supported by OpenGL ES");
|
||||||
|
Loading…
Reference in New Issue
Block a user