Merge pull request #306 from SephiRok/patch-1

Start reopen test in fullscreen.
master
Camilla Berglund ago%!(EXTRA string=11 years)
commit 0493d717a4
  1. 2
      tests/reopen.c

@ -124,7 +124,7 @@ int main(int argc, char** argv)
{
GLFWmonitor* monitor = NULL;
if (count & 1)
if (count % 2 == 0)
{
int monitorCount;
GLFWmonitor** monitors = glfwGetMonitors(&monitorCount);

Loading…
Cancel
Save