mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
committed by
Camilla Löwy
parent
5d1d1a01e3
commit
f5af421a6b
+1
-1
@@ -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)++;
|
||||||
|
|||||||
Reference in New Issue
Block a user