This commit is contained in:
Camilla Löwy
2019-01-17 00:11:17 +01:00
parent 55b1a16f90
commit 2053f3ed22
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -358,7 +358,7 @@ GLFWbool _glfwRefreshContextAttribs(_GLFWwindow* window,
window->context.source = ctxconfig->source;
window->context.client = GLFW_OPENGL_API;
previous = _glfwPlatformGetTls(&_glfw.contextSlot);;
previous = _glfwPlatformGetTls(&_glfw.contextSlot);
glfwMakeContextCurrent((GLFWwindow*) window);
window->context.GetIntegerv = (PFNGLGETINTEGERVPROC)