Fixed typo.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent 5f26deaf59
commit ae586e65d8
  1. 2
      src/cocoa_fullscreen.m

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

Loading…
Cancel
Save