mirror of
https://github.com/glfw/glfw.git
synced 2024-11-12 17:51:48 +00:00
Removed call to non-portable function.
This commit is contained in:
parent
d204d5a434
commit
08942fcabe
@ -165,8 +165,6 @@ static void test_modes(GLFWvidmode* modes, int count)
|
|||||||
glfwCloseWindow(window);
|
glfwCloseWindow(window);
|
||||||
glfwPollEvents();
|
glfwPollEvents();
|
||||||
window = NULL;
|
window = NULL;
|
||||||
|
|
||||||
sleep(5);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user