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