mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 13:46:37 +00:00
Added missing call to 'update' on NSOpenGLContext object in 'makeContextCurrentNSGL'.
This commit is contained in:
parent
acf14b83a7
commit
76324979b9
@ -33,6 +33,7 @@ static void makeContextCurrentNSGL(_GLFWwindow* window)
|
|||||||
{
|
{
|
||||||
#ifdef _GLFW_OPENGL_SINGLE_GLRC
|
#ifdef _GLFW_OPENGL_SINGLE_GLRC
|
||||||
[window->context.nsgl.object setView:window->ns.view];
|
[window->context.nsgl.object setView:window->ns.view];
|
||||||
|
[window->context.nsgl.object update];
|
||||||
#endif
|
#endif
|
||||||
[window->context.nsgl.object makeCurrentContext];
|
[window->context.nsgl.object makeCurrentContext];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user