Start reopen test in fullscreen.

master
Rok Breulj ago%!(EXTRA string=11 years)
parent c6e02c09ff
commit 093029c2f5
  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