mirror of
https://github.com/gwm17/glfw.git
synced 2025-04-11 11:18:50 -04:00
parent
5d1d1a01e3
commit
f5af421a6b
|
@ -527,7 +527,7 @@ GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* count)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Skip duplicate modes
|
// Skip duplicate modes
|
||||||
if (i < *count)
|
if (j < *count)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
(*count)++;
|
(*count)++;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user