Start reopen test in fullscreen.

This commit is contained in:
Rok Breulj 2014-06-10 03:39:40 +02:00
parent c6e02c09ff
commit 093029c2f5

View File

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