mirror of
https://github.com/glfw/glfw.git
synced 2025-10-05 06:06:36 +00:00
Merge d9248a3e7b
into beaeb0d4af
This commit is contained in:
commit
10da955db7
@ -393,7 +393,7 @@ GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* count)
|
|||||||
if (i < *count)
|
if (i < *count)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
(*count)++;
|
*count++;
|
||||||
result[*count - 1] = mode;
|
result[*count - 1] = mode;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user