mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 02:38:52 -05:00
It's not an error.
This commit is contained in:
parent
fdaebdd169
commit
ccb810bed9
|
@ -470,10 +470,7 @@ GLFWAPI void glfwSetWindowSize(GLFWwindow* handle, int width, int height)
|
||||||
_GLFW_REQUIRE_INIT();
|
_GLFW_REQUIRE_INIT();
|
||||||
|
|
||||||
if (window->iconified)
|
if (window->iconified)
|
||||||
{
|
|
||||||
// TODO: Figure out if this is an error
|
|
||||||
return;
|
return;
|
||||||
}
|
|
||||||
|
|
||||||
if (window->monitor)
|
if (window->monitor)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user