It's not an error.

This commit is contained in:
Camilla Berglund 2013-06-13 12:21:16 +02:00
parent fdaebdd169
commit ccb810bed9

View File

@ -470,10 +470,7 @@ GLFWAPI void glfwSetWindowSize(GLFWwindow* handle, int width, int height)
_GLFW_REQUIRE_INIT();
if (window->iconified)
{
// TODO: Figure out if this is an error
return;
}
if (window->monitor)
{