diff --git a/src/context.c b/src/context.c index bf53410f..6212630b 100644 --- a/src/context.c +++ b/src/context.c @@ -530,9 +530,6 @@ GLFWAPI void glfwMakeContextCurrent(GLFWwindow* handle) _GLFW_REQUIRE_INIT(); - if (_glfwPlatformGetCurrentContext() == window) - return; - _glfwPlatformMakeContextCurrent(window); }