This commit is contained in:
Elviss Strazdiņš 2015-04-07 22:25:57 +00:00
commit 3b1be5a382

View File

@ -530,9 +530,6 @@ GLFWAPI void glfwMakeContextCurrent(GLFWwindow* handle)
_GLFW_REQUIRE_INIT();
if (_glfwPlatformGetCurrentContext() == window)
return;
_glfwPlatformMakeContextCurrent(window);
}