mirror of
https://github.com/glfw/glfw.git
synced 2025-04-05 05:25:07 +00:00
Start reopen test in fullscreen.
This commit is contained in:
parent
c6e02c09ff
commit
093029c2f5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue