This commit is contained in:
Theodore Dubois 2017-06-08 03:56:54 +00:00 committed by GitHub
commit 10da955db7

View File

@ -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;
} }