mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 21:14:35 +00:00
Formatting.
This commit is contained in:
parent
7ab5e826dd
commit
fd0f06de8a
@ -427,7 +427,7 @@ GLboolean _glfwRefreshContextParams(void)
|
|||||||
|
|
||||||
// Read back OpenGL context profile
|
// Read back OpenGL context profile
|
||||||
{
|
{
|
||||||
window->glProfile = 0;
|
window->glProfile = GLFW_OPENGL_NO_PROFILE;
|
||||||
|
|
||||||
if (window->glMajor > 3 || (window->glMajor == 3 && window->glMinor >= 2))
|
if (window->glMajor > 3 || (window->glMajor == 3 && window->glMinor >= 2))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user