Fixed typo.

This commit is contained in:
Camilla Berglund 2012-08-02 19:14:58 +02:00
parent 5f26deaf59
commit ae586e65d8

View File

@ -215,7 +215,7 @@ GLFWvidmode* _glfwPlatformGetVideoModes(int* found)
mode = (CGDisplayModeRef) CFArrayGetValueAtIndex(modes, i);
if (modeIsGood(mode))
{
result[*found] vidmodeFromCGDisplayMode(mode);
result[*found] = vidmodeFromCGDisplayMode(mode);
(*found)++;
}
}