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