浏览代码

Fixed typo.

Camilla Berglund 13 年之前
父节点
当前提交
ae586e65d8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/cocoa_fullscreen.m

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